Class TypeHierarchySupertypesParams

  • All Implemented Interfaces:
    PartialResultParams, WorkDoneProgressParams

    public class TypeHierarchySupertypesParams
    extends WorkDoneProgressAndPartialResultParams
    The request is sent from the client to the server to resolve the supertypes for a given type hierarchy item. Will return null if the server couldn't infer a valid type from item. The request doesn't define its own client and server capabilities. It is only issued if a server registers for the textDocument/prepareTypeHierarchy request.

    Since 3.17.0