Uses of Enum
org.antlr.v4.misc.EscapeSequenceParsing.Result.Type
Packages that use EscapeSequenceParsing.Result.Type
-
Uses of EscapeSequenceParsing.Result.Type in org.antlr.v4.misc
Fields in org.antlr.v4.misc declared as EscapeSequenceParsing.Result.TypeMethods in org.antlr.v4.misc that return EscapeSequenceParsing.Result.TypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static EscapeSequenceParsing.Result.Type[]
EscapeSequenceParsing.Result.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.antlr.v4.misc with parameters of type EscapeSequenceParsing.Result.TypeModifierConstructorDescriptionResult
(EscapeSequenceParsing.Result.Type type, int codePoint, IntervalSet propertyIntervalSet, int startOffset, int parseLength)