public static enum HandleBarsCoreParser.TokenTypes extends Enum<HandleBarsCoreParser.TokenTypes>
| Enum Constant and Description |
|---|
COMMAND |
COMMAND_BODY |
COMMAND_END_START |
COMMAND_START |
EXPRESSION |
EXPRESSION_END |
EXPRESSION_START |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
static HandleBarsCoreParser.TokenTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandleBarsCoreParser.TokenTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HandleBarsCoreParser.TokenTypes COMMAND
public static final HandleBarsCoreParser.TokenTypes COMMAND_BODY
public static final HandleBarsCoreParser.TokenTypes EXPRESSION
public static final HandleBarsCoreParser.TokenTypes COMMAND_START
public static final HandleBarsCoreParser.TokenTypes COMMAND_END_START
public static final HandleBarsCoreParser.TokenTypes EXPRESSION_START
public static final HandleBarsCoreParser.TokenTypes EXPRESSION_END
public static final HandleBarsCoreParser.TokenTypes TEXT
public static HandleBarsCoreParser.TokenTypes[] values()
for (HandleBarsCoreParser.TokenTypes c : HandleBarsCoreParser.TokenTypes.values()) System.out.println(c);
public static HandleBarsCoreParser.TokenTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2014. All rights reserved.