public final class SemanticToken
extends java.lang.Object
Constructor and Description |
---|
SemanticToken() |
Modifier and Type | Method and Description |
---|---|
protected void |
_clear()
Clear this token.
|
protected void |
_update(org.eclipse.jdt.core.dom.SimpleName node)
Update this token with the given AST node.
|
org.eclipse.jdt.core.dom.IBinding |
getBinding()
Return the binding, or null if undefined.
|
org.eclipse.jdt.core.dom.SimpleName |
getNode()
Return the AST node of this token.
|
org.eclipse.jdt.core.dom.CompilationUnit |
getRoot()
Return the AST root.
|
public org.eclipse.jdt.core.dom.IBinding getBinding()
public org.eclipse.jdt.core.dom.SimpleName getNode()
public org.eclipse.jdt.core.dom.CompilationUnit getRoot()
protected void _clear()
SemanticHighlightingReconciler
.protected void _update(org.eclipse.jdt.core.dom.SimpleName node)
SemanticHighlightingReconciler
.node
- The AST node.