Package | Description |
---|---|
org.antlr.v4.runtime.atn |
Modifier and Type | Field | Description |
---|---|---|
ATNType |
ATN.grammarType |
The type of the ATN.
|
Modifier and Type | Method | Description |
---|---|---|
static ATNType |
ATNType.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.
|
Constructor | Description |
---|---|
ATN(ATNType grammarType,
int maxTokenType) |
Used for runtime deserialization of ATNs from strings
|
Copyright © 1992–2018 ANTLR. All rights reserved.