getMethods.Class {R.oo} | R Documentation |
Returns the method names of class and its super classes as a list.
## S3 method for class 'Class'
getMethods(this, private=FALSE, deprecated=TRUE, unique=TRUE, ...)
private |
If |
deprecated |
If |
unqiue |
If |
... |
Not used. |
Returns a named list
of named character
strings.
Henrik Bengtsson
For more information see Class
.
names <- getMethods(Exception)
print(names)