Uses of Class
org.antlr.v4.runtime.misc.IntegerList
Packages that use IntegerList
-
Uses of IntegerList in org.antlr.v4.runtime.atn
Methods in org.antlr.v4.runtime.atn that return IntegerListModifier and TypeMethodDescriptionstatic IntegerListATNSerializer.getSerialized(ATN atn) 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 IntegerListModifier and TypeMethodDescriptionvoidATNSerializer.CodePointSerializer.serializeCodePoint(IntegerList data, int cp) private voidATNSerializer.serializeInt(IntegerList data, int value) private voidATNSerializer.serializeLong(IntegerList data, long value) private static voidATNSerializer.serializeSets(IntegerList data, Collection<IntervalSet> sets, ATNSerializer.CodePointSerializer codePointSerializer) private voidATNSerializer.serializeUUID(IntegerList data, UUID uuid) -
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