getClassMethods {RGtkViewers} | R Documentation |
This finds all methods currently defined that have some connection with the specified class. Specifically, this finds methods that have a signature that includes, directly or by inheritance, the given class.
getClassMethods(className, inherited = TRUE)
className |
the name of the class for which to find all associated methods. |
inherited |
a logical value passed to linearizeMlist |
A list whose names are the names of the generic
functions, and whose elements are
linearized MethodList
objects
containing the methods that have a signature
which relates to the specified class.