Uses of Class
org.antlr.runtime.misc.FastQueue
-
Packages that use FastQueue Package Description org.antlr.runtime.misc org.antlr.runtime.tree -
-
Uses of FastQueue in org.antlr.runtime.misc
Subclasses of FastQueue in org.antlr.runtime.misc Modifier and Type Class Description 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 Modifier and Type Class Description class
CommonTreeNodeStream
Fields in org.antlr.runtime.tree declared as FastQueue Modifier and Type Field Description protected FastQueue
TreeIterator. nodes
If we emit UP/DOWN nodes, we need to spit out multiple nodes per next() call.
-