allSupertypesOf abstract method

List<InterfaceType> allSupertypesOf(
  1. InterfaceElement element
)

Gets all supertypes of an interface element.

This includes direct and indirect supertypes, including implemented interfaces, mixed-in classes, and extended classes.

@param element The element to get supertypes for @return A list of all supertypes of the element

Implementation

List<InterfaceType> allSupertypesOf(InterfaceElement element);