Uses of Class
org.antlr.v4.runtime.misc.IntegerList
-
Packages that use IntegerList Package Description org.antlr.v4.misc org.antlr.v4.runtime.atn org.antlr.v4.runtime.misc -
-
Uses of IntegerList in org.antlr.v4.misc
Methods in org.antlr.v4.misc with parameters of type IntegerList Modifier and Type Method Description static void
Utils. writeSerializedATNIntegerHistogram(java.lang.String filename, IntegerList serializedATN)
-
Uses of IntegerList in org.antlr.v4.runtime.atn
Fields in org.antlr.v4.runtime.atn declared as IntegerList Modifier and Type Field Description private IntegerList
ATNSerializer. data
private IntegerList
ATNSerializer. nonGreedyStates
private IntegerList
ATNSerializer. precedenceStates
Methods in org.antlr.v4.runtime.atn that return IntegerList Modifier and Type Method Description static IntegerList
ATNDeserializer. encodeIntsWith16BitWords(IntegerList data)
Given a list of integers representing a serialized ATN, encode values too large to fit into 15 bits as two 16bit values.static IntegerList
ATNSerializer. getSerialized(ATN atn)
IntegerList
ATNSerializer. serialize()
Serialize state descriptors, edge descriptors, and decision→state map into list of ints.Methods in org.antlr.v4.runtime.atn with parameters of type IntegerList Modifier and Type Method Description static IntegerList
ATNDeserializer. encodeIntsWith16BitWords(IntegerList data)
Given a list of integers representing a serialized ATN, encode values too large to fit into 15 bits as two 16bit values.private static void
ATNSerializer. serializeSets(IntegerList data, java.util.Collection<IntervalSet> sets)
-
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)
-