Uses of Enum
org.antlr.v4.runtime.atn.ATNType
Packages that use ATNType
-
Uses of ATNType in org.antlr.v4.runtime.atn
Subclasses with type arguments of type ATNType in org.antlr.v4.runtime.atnModifier and TypeClassDescriptionenumRepresents the type of recognizer an ATN applies to.Fields in org.antlr.v4.runtime.atn declared as ATNTypeMethods in org.antlr.v4.runtime.atn that return ATNTypeModifier and TypeMethodDescriptionstatic ATNTypeReturns the enum constant of this type with the specified name.static ATNType[]ATNType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.antlr.v4.runtime.atn with parameters of type ATNType