| Modifier and Type | Method and Description |
|---|---|
TokenType |
LabeledToken.getTokenType()
Get the token type assigned to this token (see the TokenType enum).
|
static TokenType |
TokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenType[] |
TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabeledToken.setTokenType(TokenType tokenType)
Set the token type on this token (see the TokenType enum).
|
Copyright © 2017. All rights reserved.