Searched refs:FastQueue (Results 1 – 15 of 15) sorted by relevance
30 import org.antlr.runtime.misc.FastQueue;39 FastQueue<String> q = new FastQueue<String>(); in testQueueNoRemove()51 FastQueue<String> q = new FastQueue<String>(); in testQueueThenRemoveAll()71 FastQueue<String> q = new FastQueue<String>(); in testQueueThenRemoveOneByOne()91 FastQueue<String> q = new FastQueue<String>(); in testGetFromEmptyQueue()103 FastQueue<String> q = new FastQueue<String>(); in testGetFromEmptyQueueAfterSomeAdds()119 FastQueue<String> q = new FastQueue<String>(); in testGetFromEmptyQueueAfterClear()
32 import org.antlr.runtime.misc.FastQueue;55 protected FastQueue nodes;65 nodes = new FastQueue(); in TreeIterator()
34 * in the buffer for backtracking purposes. Any markers force the FastQueue38 public abstract class LookaheadStream<T> extends FastQueue<T> {67 /** Get and remove first element in queue; override FastQueue.remove() */105 /** Size of entire stream is unknown; we only know buffer size from FastQueue */
44 public class FastQueue<T> {
38 public abstract class LookaheadStream<T> extends FastQueue<T> {
89 FastQueue.m
49 public class FastQueue<T> class
46 : FastQueue<T>
48 public class FastQueue<T> { class
44 : FastQueue<T>
44 public class FastQueue<T> { class
39 public abstract class LookaheadStream<T> extends FastQueue<T> {
392 * Added misc.FastQueue and TestFastQueue:
META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...