static enum LexerATNFactory.CharSetParseState.Mode extends java.lang.Enum<LexerATNFactory.CharSetParseState.Mode>
| Enum Constant and Description |
|---|
ERROR |
NONE |
PREV_CODE_POINT |
PREV_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
static LexerATNFactory.CharSetParseState.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LexerATNFactory.CharSetParseState.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LexerATNFactory.CharSetParseState.Mode NONE
public static final LexerATNFactory.CharSetParseState.Mode ERROR
public static final LexerATNFactory.CharSetParseState.Mode PREV_CODE_POINT
public static final LexerATNFactory.CharSetParseState.Mode PREV_PROPERTY
public static LexerATNFactory.CharSetParseState.Mode[] values()
for (LexerATNFactory.CharSetParseState.Mode c : LexerATNFactory.CharSetParseState.Mode.values()) System.out.println(c);
public static LexerATNFactory.CharSetParseState.Mode 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