public static enum PlsqlShallowParser.EPlsqlParserStates extends java.lang.Enum<PlsqlShallowParser.EPlsqlParserStates>
| Enum Constant and Description |
|---|
DECLARATIONS
A state to recognize declarations.
|
STATEMENTS
A state to recognize statements.
|
| Modifier and Type | Method and Description |
|---|---|
static PlsqlShallowParser.EPlsqlParserStates |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlsqlShallowParser.EPlsqlParserStates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlsqlShallowParser.EPlsqlParserStates DECLARATIONS
public static final PlsqlShallowParser.EPlsqlParserStates STATEMENTS
public static PlsqlShallowParser.EPlsqlParserStates[] values()
for (PlsqlShallowParser.EPlsqlParserStates c : PlsqlShallowParser.EPlsqlParserStates.values()) System.out.println(c);
public static PlsqlShallowParser.EPlsqlParserStates valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null