R.oo (version 1.20.0)

getSuperclasses.Class: Gets the super classes of this class

Description

Gets the super classes of this class.

Usage

"getSuperclasses"(this, ...)

Arguments

...
Not used.

Value

Returns a vector of character strings.

See Also

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

Examples

Run this code
  print(getSuperclasses(RccViolationException))
  ## Not run: 
#   returns
#   [1] "Exception" "try-error" "Object"
#   ## End(Not run)

Run the code above in your browser using DataLab