Searched refs:FastQueue (Results 1 - 13 of 13) sorted by relevance

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestFastQueue.java30 import org.antlr.runtime.misc.FastQueue;
39 FastQueue<String> q = new FastQueue<String>();
51 FastQueue<String> q = new FastQueue<String>();
71 FastQueue<String> q = new FastQueue<String>();
91 FastQueue<String> q = new FastQueue<String>();
103 FastQueue<Strin
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeIterator.java32 import org.antlr.runtime.misc.FastQueue;
55 protected FastQueue nodes;
65 nodes = new FastQueue();
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DFastQueue.m44 public class FastQueue<T> {
H A DFastQueue.h44 public class FastQueue<T> { class
H A DLookaheadStream.m34 * in the buffer for backtracking purposes. Any markers force the FastQueue
38 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 */
H A DLookaheadStream.h34 * in the buffer for backtracking purposes. Any markers force the FastQueue
38 public abstract class LookaheadStream<T> extends FastQueue<T> { class
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 */
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DFastQueue.cs48 public class FastQueue<T> { class in namespace:Antlr.Runtime.Misc
H A DLookaheadStream.cs38 * in the buffer for backtracking purposes. Any markers force the FastQueue
44 : FastQueue<T>
89 /** <summary>Get and remove first element in queue; override FastQueue.remove()</summary> */
131 /** <summary>Size of entire stream is unknown; we only know buffer size from FastQueue</summary> */
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DFastQueue.cs49 public class FastQueue<T> class in namespace:Antlr.Runtime.Misc
H A DLookaheadStream.cs40 * in the buffer for backtracking purposes. Any markers force the FastQueue
46 : FastQueue<T>
104 /** <summary>Get and remove first element in queue; override FastQueue.remove()</summary> */
152 /** <summary>Size of entire stream is unknown; we only know buffer size from FastQueue</summary> */
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DFastQueue.java44 public class FastQueue<T> { class
H A DLookaheadStream.java35 * in the buffer for backtracking purposes. Any markers force the FastQueue
39 public abstract class LookaheadStream<T> extends FastQueue<T> {
74 /** Get and remove first element in queue; override FastQueue.remove();
113 /** Size of entire stream is unknown; we only know buffer size from FastQueue */
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 672 milliseconds