@Beta
public class SemanticHighlightingParams
extends java.lang.Object
| Constructor and Description |
|---|
SemanticHighlightingParams() |
SemanticHighlightingParams(VersionedTextDocumentIdentifier textDocument,
java.util.List<SemanticHighlightingInformation> lines) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<SemanticHighlightingInformation> |
getLines()
An array of semantic highlighting information.
|
VersionedTextDocumentIdentifier |
getTextDocument()
The text document that has to be decorated with the semantic highlighting information.
|
int |
hashCode() |
void |
setLines(java.util.List<SemanticHighlightingInformation> lines)
An array of semantic highlighting information.
|
void |
setTextDocument(VersionedTextDocumentIdentifier textDocument)
The text document that has to be decorated with the semantic highlighting information.
|
java.lang.String |
toString() |
public SemanticHighlightingParams()
public SemanticHighlightingParams(VersionedTextDocumentIdentifier textDocument, java.util.List<SemanticHighlightingInformation> lines)
@Pure public VersionedTextDocumentIdentifier getTextDocument()
public void setTextDocument(VersionedTextDocumentIdentifier textDocument)
@Pure public java.util.List<SemanticHighlightingInformation> getLines()
public void setLines(java.util.List<SemanticHighlightingInformation> lines)
@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