| 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 TRUE, private methods are also returned,
otherwise only public ones are returned. | 
deprecated | 
If TRUE, deprecated methods are also returned. | 
unqiue | 
If TRUE, only methods that are not implemented
in one of the subclasses are returned for each class. | 
... | 
Not used. | 
Returns a named list of named character strings.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Class.
l <- getMethods(Exception) print(l)