Uses of Package
org.antlr.misc

Packages that use org.antlr.misc
  • Class
    Description
    A very simple barrier wait.
    A set of integers that relies on ranges being common to do "run-length-encoded" like compression (if you view an IntSet like a BitSet with runs of 0s and 1s).
    A generic set of ints that has an efficient implementation, BitSet, which is a compressed bitset and is useful for ints that are small, for example less than 500 or so, and w/o many ranges.
    A hash table that maps a key to a list of elements not just a single.
    A HashMap that remembers the order that the elements were added.
  • Class
    Description
    A generic set of ints that has an efficient implementation, BitSet, which is a compressed bitset and is useful for ints that are small, for example less than 500 or so, and w/o many ranges.
  • Class
    Description
    A generic set of ints that has an efficient implementation, BitSet, which is a compressed bitset and is useful for ints that are small, for example less than 500 or so, and w/o many ranges.
  • Classes in org.antlr.misc used by org.antlr.misc
    Class
    Description
    A BitSet to replace java.util.BitSet.
     
    An immutable inclusive interval a..b
    A set of integers that relies on ranges being common to do "run-length-encoded" like compression (if you view an IntSet like a BitSet with runs of 0s and 1s).
    A generic set of ints that has an efficient implementation, BitSet, which is a compressed bitset and is useful for ints that are small, for example less than 500 or so, and w/o many ranges.
  • Classes in org.antlr.misc used by org.antlr.tool
    Class
    Description
    A BitSet to replace java.util.BitSet.
    A set of integers that relies on ranges being common to do "run-length-encoded" like compression (if you view an IntSet like a BitSet with runs of 0s and 1s).
    A generic set of ints that has an efficient implementation, BitSet, which is a compressed bitset and is useful for ints that are small, for example less than 500 or so, and w/o many ranges.
    A hash table that maps a key to a list of elements not just a single.