Package | Description |
---|---|
org.antlr.v4.runtime.atn | |
org.antlr.v4.runtime.misc |
Modifier and Type | Method | Description |
---|---|---|
static IntegerList |
ATNSerializer.getSerialized(ATN atn) |
|
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 | Class | Description |
---|---|---|
class |
IntegerStack |
Modifier and Type | Method | Description |
---|---|---|
IntegerList |
IntervalSet.toIntegerList() |
Modifier and Type | Method | Description |
---|---|---|
void |
IntegerList.addAll(IntegerList list) |
|
static char[] |
Utils.toCharArray(IntegerList data) |
Constructor | Description |
---|---|
IntegerList(IntegerList list) |
Copyright © 1992–2019 ANTLR. All rights reserved.