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