Class SymbolInformation

java.lang.Object
org.javacs.lsp.SymbolInformation
All Implemented Interfaces:
GenericDocumentSymbol, GenericWorkspaceSymbol

public final class SymbolInformation extends Object implements GenericDocumentSymbol, GenericWorkspaceSymbol
  • Field Details

    • name

      public String name
    • kind

      public int kind
    • deprecated

      public boolean deprecated
    • location

      public Location location
    • containerName

      public String containerName
  • Constructor Details

    • SymbolInformation

      public SymbolInformation()