R.oo (version 1.26.0)

BasicObject: A root class like Object but without references

Description

R.oo
Class BasicObject

public class BasicObject

Usage

BasicObject(core=NULL)

Arguments

core

The core value of the object.

Fields and Methods

Methods:

$-
$<--
.DollarNames-
.subset2Internal-
[[-
[[<--
as.characterGets a character string representing the object.
attachAttach an BasicObject to the R search path.
detachDetach an BasicObject from the R search path.
equalsCompares an object with another.
extendExtends another class.
getFieldsReturns the field names of an BasicObject.
getInstantiationTimeGets the time when the object was instantiated.
hasFieldChecks if a field exists or not.
hashCodeGets a hash code for the object.
isReferableChecks if the object is referable or not.
newInstanceCreates a new instance of the same class as this object.
objectSizeGets the size of the BasicObject in bytes.
printPrints an BasicObject.

Methods inherited from logical:
Ops,nonStructure,vector-method, Ops,structure,vector-method, Ops,vector,nonStructure-method, Ops,vector,structure-method, as.data.frame, as.raster, coerce,ANY,logical-method

Author

Henrik Bengtsson