Now on: joopl.Object
Represents the base type of any class defined by jOOPL
Constructor
joopl.Object
()
Methods
isTypeOf
(
-
type
Determines if a given type is of type of current object
Parameters:
-
type
ClassThe whole type to compare with
Example:
obj.isTypeOf(this.A)