R.oo (version 1.0.3)

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.

programming

methods

Arguments