Read Me - Common Public License V1.0 - Copyright Notice(©)

baseClass


>>-baseClass---------------------------------------------------><

Returns the base class associated with the class. If the class is a mixin class, the base class is the first superclass that is not also a mixin class. If the class is not a mixin class, the base class is the class receiving the [baseClass] message.

Read Me - Common Public License V1.0 - Copyright Notice(©)