provideTypeHierarchySupertypes
abstract fun provideTypeHierarchySupertypes(item: TypeHierarchyItem, token: CancellationToken): ProviderResult<ReadonlyArray<TypeHierarchyItem>>(source)
Provide all supertypes for an item, e.g all types from which a type is derived/inherited. In graph terms this describes directed and annotated edges inside the type graph, e.g the given item is the starting node and the result is the nodes that can be reached.
Parameters
item
The hierarchy item for which super types should be computed.
token
A cancellation token.