Package org.eclipse.lsp4j
Class LinkedEditingRangeParams
- java.lang.Object
-
- org.eclipse.lsp4j.TextDocumentPositionParams
-
- org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
-
- org.eclipse.lsp4j.LinkedEditingRangeParams
-
- All Implemented Interfaces:
WorkDoneProgressParams
public class LinkedEditingRangeParams extends TextDocumentPositionAndWorkDoneProgressParams
The linked editing range request is sent from the client to the server to return for a given position in a document the range of the symbol at the position and all ranges that have the same content.Since 3.16.0
-
-
Constructor Summary
Constructors Constructor Description LinkedEditingRangeParams()LinkedEditingRangeParams(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.TextDocumentPositionAndWorkDoneProgressParams
getWorkDoneToken, setWorkDoneToken, setWorkDoneToken, setWorkDoneToken
-
Methods inherited from class org.eclipse.lsp4j.TextDocumentPositionParams
getPosition, getTextDocument, setPosition, setTextDocument
-
-
-
-
Constructor Detail
-
LinkedEditingRangeParams
public LinkedEditingRangeParams()
-
LinkedEditingRangeParams
public LinkedEditingRangeParams(TextDocumentIdentifier textDocument, Position position)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classTextDocumentPositionAndWorkDoneProgressParams
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classTextDocumentPositionAndWorkDoneProgressParams
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTextDocumentPositionAndWorkDoneProgressParams
-
-