Package org.eclipse.lsp4j
Class CallHierarchyRegistrationOptions
- java.lang.Object
-
- org.eclipse.lsp4j.TextDocumentRegistrationOptions
-
- org.eclipse.lsp4j.AbstractTextDocumentRegistrationAndWorkDoneProgressOptions
-
- org.eclipse.lsp4j.CallHierarchyRegistrationOptions
-
- All Implemented Interfaces:
WorkDoneProgressOptions
public class CallHierarchyRegistrationOptions extends AbstractTextDocumentRegistrationAndWorkDoneProgressOptions
Since 3.16.0
-
-
Constructor Summary
Constructors Constructor Description CallHierarchyRegistrationOptions()CallHierarchyRegistrationOptions(java.lang.String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetId()The id used to register the request.inthashCode()voidsetId(java.lang.String id)The id used to register the request.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
-
getId
public java.lang.String getId()
The id used to register the request. The id can be used to deregister the request again. See alsoRegistration.id.
-
setId
public void setId(java.lang.String id)
The id used to register the request. The id can be used to deregister the request again. See alsoRegistration.id.
-
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
-
-