public static enum RubyShallowParser.ERubyParserStates extends java.lang.Enum<RubyShallowParser.ERubyParserStates>
Enum Constant and Description |
---|
ANY
Single state, as any construct can occur at any place.
|
Modifier and Type | Method and Description |
---|---|
static RubyShallowParser.ERubyParserStates |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RubyShallowParser.ERubyParserStates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RubyShallowParser.ERubyParserStates ANY
public static RubyShallowParser.ERubyParserStates[] values()
for (RubyShallowParser.ERubyParserStates c : RubyShallowParser.ERubyParserStates.values()) System.out.println(c);
public static RubyShallowParser.ERubyParserStates 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