public static enum JSTLCoreParser.TokenTypes extends Enum<JSTLCoreParser.TokenTypes>
| Enum Constant and Description |
|---|
COMMAND |
COMMAND_BODY |
COMMAND_END_START |
COMMAND_START |
COMMAND_START_END |
EXPRESSION |
EXPRESSION_END |
EXPRESSION_START |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
static JSTLCoreParser.TokenTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSTLCoreParser.TokenTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSTLCoreParser.TokenTypes COMMAND
public static final JSTLCoreParser.TokenTypes COMMAND_BODY
public static final JSTLCoreParser.TokenTypes EXPRESSION
public static final JSTLCoreParser.TokenTypes COMMAND_START
public static final JSTLCoreParser.TokenTypes COMMAND_END_START
public static final JSTLCoreParser.TokenTypes COMMAND_START_END
public static final JSTLCoreParser.TokenTypes EXPRESSION_START
public static final JSTLCoreParser.TokenTypes EXPRESSION_END
public static final JSTLCoreParser.TokenTypes TEXT
public static JSTLCoreParser.TokenTypes[] values()
for (JSTLCoreParser.TokenTypes c : JSTLCoreParser.TokenTypes.values()) System.out.println(c);
public static JSTLCoreParser.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.