Cl Object

Object class The parent class from which all other classes are derived.

See the middleclass documentation for more information.

Class Object

Object:isInstanceOf (class) Returns if object is an instance of the specified class.
Object:isSubclassOf (class) Returns if object is in a subclass of the specified class.
Object:includes (mixin) Returns true if this object uses this mixin.


Class Object

Object:isInstanceOf (class)
Returns if object is an instance of the specified class.

Parameters:

  • class class

Returns:

    bool
Object:isSubclassOf (class)
Returns if object is in a subclass of the specified class.

Parameters:

  • class class

Returns:

    bool
Object:includes (mixin)
Returns true if this object uses this mixin.

Parameters:

  • mixin Mixin

Returns:

    bool
generated by LDoc 1.4.3 Last updated 2015-04-20 03:01:38