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