Uses of Class
org.antlr.v4.runtime.atn.ATNType
-
Packages that use ATNType Package Description org.antlr.v4.runtime.atn -
-
Uses of ATNType in org.antlr.v4.runtime.atn
Fields in org.antlr.v4.runtime.atn declared as ATNType Modifier and Type Field Description ATNTypeATN. grammarTypeThe type of the ATN.Methods in org.antlr.v4.runtime.atn that return ATNType Modifier and Type Method Description static ATNTypeATNType. valueOf(String name)Returns 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 Constructor Description ATN(ATNType grammarType, int maxTokenType)Used for runtime deserialization of ATNs from strings
-