public static enum ProvideParser.Groups extends Enum<ProvideParser.Groups> implements BasicStatementParser.GroupProvider
| Enum Constant and Description |
|---|
DECLARATION |
EXPRESSION |
NAME |
STATEMENT |
TYPE |
| Modifier and Type | Field and Description |
|---|---|
protected int |
group |
| Modifier and Type | Method and Description |
|---|---|
int |
get() |
static ProvideParser.Groups |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvideParser.Groups[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvideParser.Groups STATEMENT
public static final ProvideParser.Groups DECLARATION
public static final ProvideParser.Groups TYPE
public static final ProvideParser.Groups NAME
public static final ProvideParser.Groups EXPRESSION
public static ProvideParser.Groups[] values()
for (ProvideParser.Groups c : ProvideParser.Groups.values()) System.out.println(c);
public static ProvideParser.Groups 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 int get()
get in interface BasicStatementParser.GroupProviderCopyright © 2014. All rights reserved.