Class Method |
This class encapsulates information about a class method.
Details |
Constructor |
Method(as_proc, method_name, defining_class)
Methods: |
Get as a procedure
Get the name of the defining class
Get the method name eg "mymethod"
Get the procedure name, ec "Mypackage__Myclass_mymethod"
Invoke with the specified object and parameters
Invoke with the specified object and parameters, given as a list
Fields: |