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