程序包 org.javacs.lsp

类 DocumentSymbol

java.lang.Object
org.javacs.lsp.DocumentSymbol
所有已实现的接口:
GenericDocumentSymbol

public final class DocumentSymbol extends Object implements GenericDocumentSymbol
  • 字段详细资料

    • 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
  • 构造器详细资料