程序包的使用
org.antlr.runtime.misc
-
使用org.antlr.runtime.misc的程序包 程序包 说明 org.antlr.runtime org.antlr.runtime.debug org.antlr.runtime.misc org.antlr.runtime.tree -
org.antlr.runtime使用的org.antlr.runtime.misc中的类 类 说明 FastQueue A queue that can dequeue and get(i) in O(1) and grow arbitrarily large.LookaheadStream A lookahead queue that knows how to mark/release locations in the buffer for backtracking purposes. -
org.antlr.runtime.debug使用的org.antlr.runtime.misc中的类 类 说明 DoubleKeyMap Sometimes we need to map a key to a value but key is two pieces of data. -
org.antlr.runtime.misc使用的org.antlr.runtime.misc中的类 类 说明 FastQueue A queue that can dequeue and get(i) in O(1) and grow arbitrarily large. -
org.antlr.runtime.tree使用的org.antlr.runtime.misc中的类 类 说明 FastQueue A queue that can dequeue and get(i) in O(1) and grow arbitrarily large.IntArray A dynamic array that uses int not Integer objects.LookaheadStream A lookahead queue that knows how to mark/release locations in the buffer for backtracking purposes.