Class DocumentSymbol

java.lang.Object
org.javacs.lsp.DocumentSymbol
All Implemented Interfaces:
GenericDocumentSymbol

public final class DocumentSymbol extends Object implements GenericDocumentSymbol
  • Field Details

    • name

      public String name
    • detail

      public String detail
    • kind

      public int kind
    • deprecated

      public boolean deprecated
    • range

      public Range range
    • selectionRange

      public Range selectionRange
    • children

      public List<DocumentSymbol> children
  • Constructor Details