public static enum TemplateParser.Token extends Enum<TemplateParser.Token>
Enum Constant and Description |
---|
ABS_ACTION |
ACTION |
COMMENT |
END_TAG |
EOF |
EXPR |
MESSAGE |
PLAIN |
SCRIPT |
START_TAG |
Modifier and Type | Method and Description |
---|---|
static TemplateParser.Token |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateParser.Token[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateParser.Token EOF
public static final TemplateParser.Token PLAIN
public static final TemplateParser.Token SCRIPT
public static final TemplateParser.Token EXPR
public static final TemplateParser.Token START_TAG
public static final TemplateParser.Token END_TAG
public static final TemplateParser.Token MESSAGE
public static final TemplateParser.Token ACTION
public static final TemplateParser.Token ABS_ACTION
public static final TemplateParser.Token COMMENT
public static TemplateParser.Token[] values()
for (TemplateParser.Token c : TemplateParser.Token.values()) System.out.println(c);
public static TemplateParser.Token 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 nullGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly