`What' may be wrapped in self(What)
or root(What)
. Using
self(What)
returns only those classes that have a non-inherited
implementation of the method, while using root(What)
returns
only those classes for which there is no super-class
implementing the requested method.
Class | - Name of XPCE class |
Method | - One of send(Name) or get(Name) |
MethodObj | - XPCE Object representing the method |