superclassConstraints property

List<InterfaceType> superclassConstraints

Returns superclass constraints of this element.

This is a union of constraints declared by the class declaration and all its augmentations.

Implementation

List<InterfaceType> get superclassConstraints;