Learn R Programming

R.oo (version 1.2.7)

getSuperclasses.Class: Gets the super classes of this class

Description

Gets the super classes of this class.

Usage

## S3 method for class 'Class}(this, ...)':
getSuperclassesundefined

...{Not used.}

Returns a vector of character strings.

print(getSuperclasses(RccViolationException))
  returns
  [1] "Exception" "try-error" "Object"

[object Object]

class().
  *getKnownSubclasses().
  For more information see Class.



internal
methods
programming

Arguments