Uses of Class
org.antlr.misc.IntervalSet

Packages that use IntervalSet
org.antlr.misc   
 

Uses of IntervalSet in org.antlr.misc
 

Methods in org.antlr.misc that return IntervalSet
static IntervalSet IntervalSet.of(int a)
          Create a set with a single element, el.
static IntervalSet IntervalSet.of(int a, int b)
          Create a set with all ints within range [a..b] (inclusive)