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 classLookaheadStream<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 classCommonTreeNodeStreamFields in org.antlr.runtime.tree declared as FastQueue Modifier and Type Field Description protected FastQueueTreeIterator. nodesIf we emit UP/DOWN nodes, we need to spit out multiple nodes per next() call.
-