: '''[info class] methods''' ''class'' ?''options...''? Lists the methods defined by the [TclOO] [class], ''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]). These can be combined. <>Command