public class SemanticTokensRangeParams extends WorkDoneProgressAndPartialResultParams
Since 3.16.0
| Constructor and Description |
|---|
SemanticTokensRangeParams() |
SemanticTokensRangeParams(TextDocumentIdentifier textDocument,
Range range) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Range |
getRange()
The range the semantic tokens are requested for.
|
TextDocumentIdentifier |
getTextDocument()
The text document.
|
int |
hashCode() |
void |
setRange(Range range)
The range the semantic tokens are requested for.
|
void |
setTextDocument(TextDocumentIdentifier textDocument)
The text document.
|
java.lang.String |
toString() |
getPartialResultToken, getWorkDoneToken, setPartialResultToken, setPartialResultToken, setPartialResultToken, setWorkDoneToken, setWorkDoneToken, setWorkDoneTokenpublic SemanticTokensRangeParams()
public SemanticTokensRangeParams(TextDocumentIdentifier textDocument, Range range)
@Pure public TextDocumentIdentifier getTextDocument()
public void setTextDocument(TextDocumentIdentifier textDocument)
@Pure public Range getRange()
public void setRange(Range range)
@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