extendsClass property

InheritanceDefinition? extendsClass
getter/setter pair

If set to InheritanceDefinitions the class extends another class and stores the ClassDefinition of it's parent.

Implementation

InheritanceDefinition? extendsClass;