| Package | Description |
|---|---|
| org.antlr.v4.runtime.atn | |
| org.antlr.v4.runtime.misc |
| Modifier and Type | Method and Description |
|---|---|
static IntegerList |
ATNSerializer.getSerialized(ATN atn,
List<String> ruleNames) |
IntegerList |
ATNSerializer.serialize()
Serialize state descriptors, edge descriptors, and decision→state map
into list of ints:
grammar-type, (ANTLRParser.LEXER, ...)
max token type,
num states,
state-0-type ruleIndex, state-1-type ruleIndex, ...
|
| Modifier and Type | Method and Description |
|---|---|
protected DFAState |
ParserATNSimulator.addDFAEdge(DFA dfa,
DFAState fromState,
int t,
IntegerList contextTransitions,
ATNConfigSet toConfigs,
PredictionContextCache contextCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
IntegerStack |
| Modifier and Type | Method and Description |
|---|---|
IntegerList |
IntervalSet.toIntegerList() |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegerList.addAll(IntegerList list) |
static char[] |
Utils.toCharArray(IntegerList data)
Convert the list to a UTF-16 encoded char array.
|
| Constructor and Description |
|---|
IntegerList(IntegerList list) |
Copyright © 1992–2024 Daniel Sun. All rights reserved.