extends: Array<DClass>
Manual extends: Array<DClass> Scope: DClass It returns the collection of metaclasses (DClass instances) that are extended by the current metaclass denoted by data.
Manual extends: Array<DClass> Scope: DClass It returns the collection of metaclasses (DClass instances) that are extended by the current metaclass denoted by data.
Manual isPrimitive: Boolean Scope: DClass It returns true if the metaclass (DClass) is a primitive class, false otherwise.
Manual isSingleton: Boolean Scope: DClass It returns true if the metaclass (DClass) is a singleton, false otherwise.
Manual isInterface: Boolean Scope: DClass It returns true if the metaclass (DClass) is an interface, false otherwise.