类的使用
org.antlr.runtime.misc.FastQueue
-
使用FastQueue的程序包 程序包 说明 org.antlr.runtime org.antlr.runtime.misc org.antlr.runtime.tree -
-
org.antlr.runtime中FastQueue的使用
org.antlr.runtime中FastQueue的子类 修饰符和类型 类 说明 class
UnbufferedTokenStream
A token stream that pulls tokens from the code source on-demand and without tracking a complete buffer of the tokens. -
org.antlr.runtime.misc中FastQueue的使用
org.antlr.runtime.misc中FastQueue的子类 修饰符和类型 类 说明 class
LookaheadStream<T>
A lookahead queue that knows how to mark/release locations in the buffer for backtracking purposes. -
org.antlr.runtime.tree中FastQueue的使用
org.antlr.runtime.tree中FastQueue的子类 修饰符和类型 类 说明 class
CommonTreeNodeStream
声明为FastQueue的org.antlr.runtime.tree中的字段 修饰符和类型 字段 说明 protected FastQueue<java.lang.Object>
TreeIterator. nodes
If we emit UP/DOWN nodes, we need to spit out multiple nodes per next() call.
-