java.lang.Object
org.javacs.lsp.DocumentSymbol
- All Implemented Interfaces:
GenericDocumentSymbol
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanint -
Constructor Summary
ConstructorsConstructorDescriptionDocumentSymbol(String name, String detail, int kind, boolean deprecated, Range range, Range selectionRange, List<DocumentSymbol> children) -
Method Summary
-
Field Details
-
name
-
detail
-
kind
public int kind -
deprecated
public boolean deprecated -
range
-
selectionRange
-
children
-
-
Constructor Details
-
DocumentSymbol
-