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 |
---|---|
TokenChange<?> |
TokenChange.embeddedChange(int index)
Get embedded change at the given index.
|
TokenChange<?> |
TokenHierarchyEvent.tokenChange()
Get the token change that occurred in the tokens
at the top-level of the token hierarchy.
|
<T extends TokenId> |
TokenHierarchyEvent.tokenChange(Language<T> language)
Get the token change if the top level of the token hierarchy
contains tokens of the given language.
|