public class SelectionRangeParams extends WorkDoneProgressAndPartialResultParams
Constructor and Description |
---|
SelectionRangeParams() |
SelectionRangeParams(TextDocumentIdentifier textDocument,
java.util.List<Position> positions) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Position> |
getPositions()
The positions inside the text document.
|
TextDocumentIdentifier |
getTextDocument()
The text document.
|
int |
hashCode() |
void |
setPositions(java.util.List<Position> positions)
The positions inside the text document.
|
void |
setTextDocument(TextDocumentIdentifier textDocument)
The text document.
|
java.lang.String |
toString() |
getPartialResultToken, getWorkDoneToken, setPartialResultToken, setPartialResultToken, setPartialResultToken, setWorkDoneToken, setWorkDoneToken, setWorkDoneToken
public SelectionRangeParams()
public SelectionRangeParams(TextDocumentIdentifier textDocument, java.util.List<Position> positions)
@Pure public TextDocumentIdentifier getTextDocument()
public void setTextDocument(TextDocumentIdentifier textDocument)
@Pure public java.util.List<Position> getPositions()
public void setPositions(java.util.List<Position> positions)
@Pure public java.lang.String toString()
toString
in class WorkDoneProgressAndPartialResultParams
@Pure public boolean equals(java.lang.Object obj)
equals
in class WorkDoneProgressAndPartialResultParams
@Pure public int hashCode()
hashCode
in class WorkDoneProgressAndPartialResultParams