public class ColorPresentationParams extends WorkDoneProgressAndPartialResultParams
Constructor and Description |
---|
ColorPresentationParams() |
ColorPresentationParams(TextDocumentIdentifier textDocument,
Color color,
Range range) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Color |
getColor()
The color information to request presentations for.
|
Range |
getRange()
The range where the color would be inserted.
|
TextDocumentIdentifier |
getTextDocument()
The text document.
|
int |
hashCode() |
void |
setColor(Color color)
The color information to request presentations for.
|
void |
setRange(Range range)
The range where the color would be inserted.
|
void |
setTextDocument(TextDocumentIdentifier textDocument)
The text document.
|
java.lang.String |
toString() |
getPartialResultToken, getWorkDoneToken, setPartialResultToken, setPartialResultToken, setPartialResultToken, setWorkDoneToken, setWorkDoneToken, setWorkDoneToken
public ColorPresentationParams()
public ColorPresentationParams(TextDocumentIdentifier textDocument, Color color, Range range)
@Pure public TextDocumentIdentifier getTextDocument()
public void setTextDocument(TextDocumentIdentifier textDocument)
@Pure public Color getColor()
public void setColor(Color color)
@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