Uses of Class
org.antlr.v4.runtime.misc.IntegerList
Packages that use IntegerList
-
Uses of IntegerList in org.antlr.v4.misc
Methods in org.antlr.v4.misc with parameters of type IntegerListModifier and TypeMethodDescriptionstatic voidUtils.writeSerializedATNIntegerHistogram(String filename, IntegerList serializedATN) -
Uses of IntegerList in org.antlr.v4.runtime.atn
Fields in org.antlr.v4.runtime.atn declared as IntegerListModifier and TypeFieldDescriptionprivate final IntegerListATNSerializer.dataprivate final IntegerListATNSerializer.nonGreedyStatesprivate final IntegerListATNSerializer.precedenceStatesMethods in org.antlr.v4.runtime.atn that return IntegerListModifier and TypeMethodDescriptionstatic IntegerListATNDeserializer.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 IntegerListATNSerializer.getSerialized(ATN atn) 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 IntegerListModifier and TypeMethodDescriptionstatic IntegerListATNDeserializer.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 voidATNSerializer.serializeSets(IntegerList data, Collection<IntervalSet> sets) -
Uses of IntegerList in org.antlr.v4.runtime.misc
Subclasses of IntegerList in org.antlr.v4.runtime.miscMethods in org.antlr.v4.runtime.misc that return IntegerListMethods in org.antlr.v4.runtime.misc with parameters of type IntegerListModifier and TypeMethodDescriptionfinal voidIntegerList.addAll(IntegerList list) static char[]Utils.toCharArray(IntegerList data) Constructors in org.antlr.v4.runtime.misc with parameters of type IntegerList