Lists the methods defined by the TclOOclass, class. By default, returns the public methods defined on the class (but not its superclasses); this can be modified with the options (if specified):
-all — Also list the methods defined by class’s superclasses and mixins.
-private — Also list non-public methods (i.e., those that can be called via my).