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