getClassDef
Get the Definition of a Class
Description
Gets the definition of a class.
Usage
getClassDef(Class, where = topenv(parent.frame()),
            package = packageSlot(Class), inherits = TRUE) 
Arguments
| Class | 
a character string naming a class.
 | 
| where | 
this argument is unimplemented, and a warning is generated if it is given.
 | 
| package | 
this argument is unimplemented, and a warning is generated if it is given.
 | 
| inherits | 
this argument is unimplemented, and a warning is generated if it is given.
 | 
 
Value
returns an object classRepresentation defining the class or NULL for an undefined class.
See Also
Examples
getClassDef("integer")
getClassDef("my_class") # NULL