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 |
---|---|
TokenHierarchyEventType |
TokenHierarchyEvent.type()
Get reason why a token hierarchy event was fired.
|
static TokenHierarchyEventType |
TokenHierarchyEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenHierarchyEventType[] |
TokenHierarchyEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|