Class | Description |
---|---|
DoubleKeyMap<Key1,Key2,Value> |
Sometimes we need to map a key to a value but key is two pieces of data.
|
FastQueue<T> |
A queue that can dequeue and get(i) in O(1) and grow arbitrarily large.
|
IntArray |
A dynamic array that uses int not Integer objects.
|
LookaheadStream<T> |
A lookahead queue that knows how to mark/release locations in the buffer for
backtracking purposes.
|
Stats |
Stats routines needed by profiler etc...
|
Copyright © 1992–2015 ANTLR. All rights reserved.