| Package | Description |
|---|---|
| org.antlr.v4.automata |
| Modifier and Type | Field and Description |
|---|---|
LexerATNFactory.CharSetParseState.Mode |
LexerATNFactory.CharSetParseState.mode |
| Modifier and Type | Method and Description |
|---|---|
static LexerATNFactory.CharSetParseState.Mode |
LexerATNFactory.CharSetParseState.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LexerATNFactory.CharSetParseState.Mode[] |
LexerATNFactory.CharSetParseState.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CharSetParseState(LexerATNFactory.CharSetParseState.Mode mode,
boolean inRange,
int prevCodePoint,
IntervalSet prevProperty) |