|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FastQueue | |
|---|---|
| org.antlr.runtime | |
| org.antlr.runtime.misc | |
| org.antlr.runtime.tree | |
| Uses of FastQueue in org.antlr.runtime |
|---|
| Subclasses of FastQueue in org.antlr.runtime | |
|---|---|
class |
UnbufferedTokenStream
A token stream that pulls tokens from the code source on-demand and without tracking a complete buffer of the tokens. |
| Uses of FastQueue in org.antlr.runtime.misc |
|---|
| Subclasses of FastQueue in org.antlr.runtime.misc | |
|---|---|
class |
LookaheadStream<T>
A lookahead queue that knows how to mark/release locations in the buffer for backtracking purposes. |
| Uses of FastQueue in org.antlr.runtime.tree |
|---|
| Subclasses of FastQueue in org.antlr.runtime.tree | |
|---|---|
class |
CommonTreeNodeStream
|
| Fields in org.antlr.runtime.tree declared as FastQueue | |
|---|---|
protected FastQueue |
TreeIterator.nodes
If we emit UP/DOWN nodes, we need to spit out multiple nodes per next() call. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||