subclasses property

List<int> subclasses
final

The indexes of the items representing the subtypes of this class. The list will be empty if there are no subtypes or if this item represents a supertype of the pivot type.

Implementation

final List<int> subclasses;