protected static enum RegexLexer.ParseGroupNameResultState extends Enum<RegexLexer.ParseGroupNameResultState>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
empty |
invalidRest |
invalidStart |
unterminated |
valid |
| Modifier and Type | Method and Description |
|---|---|
static RegexLexer.ParseGroupNameResultState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegexLexer.ParseGroupNameResultState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegexLexer.ParseGroupNameResultState empty
public static final RegexLexer.ParseGroupNameResultState unterminated
public static final RegexLexer.ParseGroupNameResultState invalidStart
public static final RegexLexer.ParseGroupNameResultState invalidRest
public static final RegexLexer.ParseGroupNameResultState valid
public static RegexLexer.ParseGroupNameResultState[] values()
public static RegexLexer.ParseGroupNameResultState 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 null