Uses of Interface
org.antlr.v4.runtime.misc.IntSet
-
Packages that use IntSet Package Description org.antlr.v4.runtime.misc -
-
Uses of IntSet in org.antlr.v4.runtime.misc
Classes in org.antlr.v4.runtime.misc that implement IntSet Modifier and Type Class Description classIntervalSetThis class implements theIntSetbacked by a sorted array of non-overlapping intervals.Methods in org.antlr.v4.runtime.misc that return IntSet Modifier and Type Method Description IntSetIntSet. addAll(IntSet set)Modify the currentIntSetobject to contain all elements that are present in itself, the specifiedset, or both.IntSetIntSet. and(IntSet a)Return a newIntSetobject containing all elements that are present in both the current set and the specified seta.IntSetIntSet. complement(IntSet elements)Return a newIntSetobject containing all elements that are present inelementsbut not present in the current set.IntSetIntSet. or(IntSet a)Return a newIntSetobject containing all elements that are present in the current set, the specified seta, or both.IntSetIntSet. subtract(IntSet a)Return a newIntSetobject containing all elements that are present in the current set but not present in the input seta.Methods in org.antlr.v4.runtime.misc with parameters of type IntSet Modifier and Type Method Description IntervalSetIntervalSet. addAll(IntSet set)IntSetIntSet. addAll(IntSet set)Modify the currentIntSetobject to contain all elements that are present in itself, the specifiedset, or both.IntervalSetIntervalSet. and(IntSet other)Return a newIntSetobject containing all elements that are present in both the current set and the specified seta.IntSetIntSet. and(IntSet a)Return a newIntSetobject containing all elements that are present in both the current set and the specified seta.IntervalSetIntervalSet. complement(IntSet vocabulary)Return a newIntSetobject containing all elements that are present inelementsbut not present in the current set.IntSetIntSet. complement(IntSet elements)Return a newIntSetobject containing all elements that are present inelementsbut not present in the current set.IntervalSetIntervalSet. or(IntSet a)IntSetIntSet. or(IntSet a)Return a newIntSetobject containing all elements that are present in the current set, the specified seta, or both.IntervalSetIntervalSet. subtract(IntSet a)IntSetIntSet. subtract(IntSet a)Return a newIntSetobject containing all elements that are present in the current set but not present in the input seta.
-