public class InlineValueParams extends java.lang.Object implements WorkDoneProgressParams
Since 3.17.0
| Constructor and Description |
|---|
InlineValueParams() |
InlineValueParams(TextDocumentIdentifier textDocument,
Range range,
InlineValueContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
InlineValueContext |
getContext()
Additional information about the context in which inline values were
requested.
|
Range |
getRange()
The visible document range for which inlay hints should be computed.
|
TextDocumentIdentifier |
getTextDocument()
The text document.
|
org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,java.lang.Integer> |
getWorkDoneToken()
An optional token that a server can use to report work done progress.
|
int |
hashCode() |
void |
setContext(InlineValueContext context)
Additional information about the context in which inline values were
requested.
|
void |
setRange(Range range)
The visible document range for which inlay hints should be computed.
|
void |
setTextDocument(TextDocumentIdentifier textDocument)
The text document.
|
void |
setWorkDoneToken(org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,java.lang.Integer> workDoneToken)
An optional token that a server can use to report work done progress.
|
void |
setWorkDoneToken(java.lang.Integer workDoneToken) |
void |
setWorkDoneToken(java.lang.String workDoneToken) |
java.lang.String |
toString() |
public InlineValueParams()
public InlineValueParams(TextDocumentIdentifier textDocument, Range range, InlineValueContext context)
@Pure public org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,java.lang.Integer> getWorkDoneToken()
getWorkDoneToken in interface WorkDoneProgressParamspublic void setWorkDoneToken(org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,java.lang.Integer> workDoneToken)
setWorkDoneToken in interface WorkDoneProgressParamspublic void setWorkDoneToken(java.lang.String workDoneToken)
public void setWorkDoneToken(java.lang.Integer workDoneToken)
@Pure public TextDocumentIdentifier getTextDocument()
public void setTextDocument(TextDocumentIdentifier textDocument)
@Pure public Range getRange()
public void setRange(Range range)
@Pure public InlineValueContext getContext()
public void setContext(InlineValueContext context)
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object