protected static class SemanticHighlightings.StateVariableHighlighting extends SemanticHighlighting
Red (tfeng) |
Red (tfeng) |
Modifier | Constructor and Description |
---|---|
protected |
StateVariableHighlighting() |
Modifier and Type | Method and Description |
---|---|
boolean |
consumes(SemanticToken token)
Test whether a semantic token can be consumed.
|
java.lang.String |
getBoldPreferenceKey()
Get the key of the bold face preference.
|
java.lang.String |
getColorPreferenceKey()
Get the key of the color preference.
|
java.lang.String |
getEnabledPreferenceKey()
Get the key of the enabled preference.
|
java.lang.String |
getItalicPreferenceKey()
Get the key of the italic font preference.
|
public boolean consumes(SemanticToken token)
consumes
in class SemanticHighlighting
token
- The token to be tested.public java.lang.String getBoldPreferenceKey()
getBoldPreferenceKey
in class SemanticHighlighting
public java.lang.String getColorPreferenceKey()
getColorPreferenceKey
in class SemanticHighlighting
public java.lang.String getEnabledPreferenceKey()
getEnabledPreferenceKey
in class SemanticHighlighting
public java.lang.String getItalicPreferenceKey()
getItalicPreferenceKey
in class SemanticHighlighting