Uses of Class
org.antlr.runtime.misc.FastQueue

Packages that use FastQueue
org.antlr.runtime.misc   
org.antlr.runtime.tree   
 

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.
 



Copyright © 2013. All Rights Reserved.