Package org.eclipse.lsp4j
Class DocumentSymbolRegistrationOptions
- java.lang.Object
-
- org.eclipse.lsp4j.TextDocumentRegistrationOptions
-
- org.eclipse.lsp4j.AbstractTextDocumentRegistrationAndWorkDoneProgressOptions
-
- org.eclipse.lsp4j.DocumentSymbolRegistrationOptions
-
- All Implemented Interfaces:
WorkDoneProgressOptions
public class DocumentSymbolRegistrationOptions extends AbstractTextDocumentRegistrationAndWorkDoneProgressOptions
-
-
Constructor Summary
Constructors Constructor Description DocumentSymbolRegistrationOptions()DocumentSymbolRegistrationOptions(java.lang.String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetLabel()A human-readable string that is shown when multiple outlines trees are shown for the same document.inthashCode()voidsetLabel(java.lang.String label)A human-readable string that is shown when multiple outlines trees are shown for the same document.java.lang.StringtoString()-
Methods inherited from class org.eclipse.lsp4j.AbstractTextDocumentRegistrationAndWorkDoneProgressOptions
getWorkDoneProgress, setWorkDoneProgress
-
Methods inherited from class org.eclipse.lsp4j.TextDocumentRegistrationOptions
getDocumentSelector, setDocumentSelector
-
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
A human-readable string that is shown when multiple outlines trees are shown for the same document.Since 3.16.0
-
setLabel
public void setLabel(java.lang.String label)
A human-readable string that is shown when multiple outlines trees are shown for the same document.Since 3.16.0
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractTextDocumentRegistrationAndWorkDoneProgressOptions
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classAbstractTextDocumentRegistrationAndWorkDoneProgressOptions
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractTextDocumentRegistrationAndWorkDoneProgressOptions
-
-