Uses of Enum
org.antlr.v4.automata.LexerATNFactory.CharSetParseState.Mode
Packages that use LexerATNFactory.CharSetParseState.Mode
-
Uses of LexerATNFactory.CharSetParseState.Mode in org.antlr.v4.automata
Fields in org.antlr.v4.automata declared as LexerATNFactory.CharSetParseState.ModeMethods in org.antlr.v4.automata that return LexerATNFactory.CharSetParseState.ModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.LexerATNFactory.CharSetParseState.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.antlr.v4.automata with parameters of type LexerATNFactory.CharSetParseState.ModeModifierConstructorDescriptionCharSetParseState
(LexerATNFactory.CharSetParseState.Mode mode, boolean inRange, int prevCodePoint, IntervalSet prevProperty)