程序包的使用
org.antlr.misc
-
使用org.antlr.misc的程序包 程序包 说明 org.antlr.analysis org.antlr.codegen org.antlr.grammar.v3 org.antlr.misc org.antlr.tool -
org.antlr.analysis使用的org.antlr.misc中的类 类 说明 Barrier A very simple barrier wait.IntervalSet 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).IntSet 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.MultiMap A hash table that maps a key to a list of elements not just a single.OrderedHashSet A HashMap that remembers the order that the elements were added. -
org.antlr.codegen使用的org.antlr.misc中的类 类 说明 IntSet 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. -
org.antlr.grammar.v3使用的org.antlr.misc中的类 类 说明 IntSet 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. -
org.antlr.misc使用的org.antlr.misc中的类 类 说明 BitSet A BitSet to replace java.util.BitSet.Graph.Node Interval An immutable inclusive interval a..bIntervalSet 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).IntSet 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. -
org.antlr.tool使用的org.antlr.misc中的类 类 说明 BitSet A BitSet to replace java.util.BitSet.IntervalSet 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).IntSet 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.MultiMap A hash table that maps a key to a list of elements not just a single.