SemanticTokens
API instead.@Beta
@Deprecated
public class SemanticHighlightingInformation
extends java.lang.Object
Constructor and Description |
---|
SemanticHighlightingInformation()
Deprecated.
|
SemanticHighlightingInformation(int line,
java.lang.String tokens)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
int |
getLine()
Deprecated.
The zero-based line position in the text document.
|
java.lang.String |
getTokens()
Deprecated.
A base64 encoded string representing every single highlighted ranges in the line with its start position, length
and the "lookup table" index of of the semantic highlighting
TextMate scopes.
|
int |
hashCode()
Deprecated.
|
void |
setLine(int line)
Deprecated.
The zero-based line position in the text document.
|
void |
setTokens(java.lang.String tokens)
Deprecated.
A base64 encoded string representing every single highlighted ranges in the line with its start position, length
and the "lookup table" index of of the semantic highlighting
TextMate scopes.
|
java.lang.String |
toString()
Deprecated.
|
public SemanticHighlightingInformation()
public SemanticHighlightingInformation(int line, java.lang.String tokens)
@Pure public int getLine()
public void setLine(int line)
@Pure public java.lang.String getTokens()
tokens
is empty or not defined, then no highlighted positions are available for the line.public void setTokens(java.lang.String tokens)
tokens
is empty or not defined, then no highlighted positions are available for the line.@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