Version 0 of info object methods

Updated 2011-04-03 11:45:59 by dkf
info object methods object ?option...?

Returns a list of public (i.e., exported) methods defined on the named TclOO object. The exact results can be modified via the options; these are:

-all — causes the methods defined by the class(es) of the object to be also returned.
-private — causes the private (i.e., non-exported, callable via my only) methods to also be returned.

Using both -all and -private causes all methods on the object, however defined, to be returned.