Uses of Class
org.antlr.v4.runtime.misc.IntegerList
-
Packages that use IntegerList Package Description org.antlr.v4.runtime.atn org.antlr.v4.runtime.misc -
-
Uses of IntegerList in org.antlr.v4.runtime.atn
Methods in org.antlr.v4.runtime.atn that return IntegerList 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, ...Methods in org.antlr.v4.runtime.atn with parameters of type IntegerList Modifier and Type Method Description void
ATNSerializer.CodePointSerializer. serializeCodePoint(IntegerList data, int cp)
private void
ATNSerializer. serializeInt(IntegerList data, int value)
private void
ATNSerializer. serializeLong(IntegerList data, long value)
private static void
ATNSerializer. serializeSets(IntegerList data, java.util.Collection<IntervalSet> sets, ATNSerializer.CodePointSerializer codePointSerializer)
private void
ATNSerializer. serializeUUID(IntegerList data, java.util.UUID uuid)
-
Uses of IntegerList in org.antlr.v4.runtime.misc
Subclasses of IntegerList in org.antlr.v4.runtime.misc Modifier and Type Class Description class
IntegerStack
Methods in org.antlr.v4.runtime.misc that return IntegerList Modifier and Type Method Description IntegerList
IntervalSet. toIntegerList()
Methods in org.antlr.v4.runtime.misc with parameters of type IntegerList Modifier and Type Method Description void
IntegerList. addAll(IntegerList list)
static char[]
Utils. toCharArray(IntegerList data)
Constructors in org.antlr.v4.runtime.misc with parameters of type IntegerList Constructor Description IntegerList(IntegerList list)
-