Package | Description |
---|---|
org.netbeans.api.lexer |
The entrance point into Lexer API is
TokenHierarchy class with
its static methods that provide its instance for the given input source. |
Modifier and Type | Method and Description |
---|---|
void |
TokenHierarchyListener.tokenHierarchyChanged(TokenHierarchyEvent evt)
Token hierarchy has changed in a way described by the event.
|