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.atnMethods in org.antlr.v4.runtime.atn that return IntegerList Modifier and Type Method Description static 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)IntegerListATNSerializer. 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 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.
- 
Uses of IntegerList in org.antlr.v4.runtime.miscSubclasses of IntegerList in org.antlr.v4.runtime.misc Modifier and Type Class Description classIntegerStackMethods in org.antlr.v4.runtime.misc that return IntegerList Modifier and Type Method Description IntegerListIntervalSet. toIntegerList()Methods in org.antlr.v4.runtime.misc with parameters of type IntegerList Modifier and Type Method Description voidIntegerList. 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)
 
-