Package org.eclipse.lsp4j
Class DocumentHighlightParams
- java.lang.Object
-
- All Implemented Interfaces:
PartialResultParams,WorkDoneProgressParams
public class DocumentHighlightParams extends TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
The document highlight request is sent from the client to the server to resolve a document highlights for a given text document position.
-
-
Constructor Summary
Constructors Constructor Description DocumentHighlightParams()DocumentHighlightParams(TextDocumentIdentifier textDocument, Position position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()-
Methods inherited from class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
getPartialResultToken, setPartialResultToken, setPartialResultToken, setPartialResultToken
-
Methods inherited from class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
getWorkDoneToken, setWorkDoneToken, setWorkDoneToken, setWorkDoneToken
-
Methods inherited from class org.eclipse.lsp4j.TextDocumentPositionParams
getPosition, getTextDocument, setPosition, setTextDocument
-
-
-
-
Constructor Detail
-
DocumentHighlightParams
public DocumentHighlightParams()
-
DocumentHighlightParams
public DocumentHighlightParams(TextDocumentIdentifier textDocument, Position position)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classTextDocumentPositionAndWorkDoneProgressAndPartialResultParams
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classTextDocumentPositionAndWorkDoneProgressAndPartialResultParams
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTextDocumentPositionAndWorkDoneProgressAndPartialResultParams
-
-