superclass property

int? superclass
getter/setter pair

The index of the item representing the superclass of this class. This field will be omitted if this item represents the class Object.

Implementation

int? superclass;