Package | Description |
---|---|
org.antlr.runtime | |
org.antlr.runtime.misc | |
org.antlr.runtime.tree |
Modifier and Type | Class and Description |
---|---|
class |
UnbufferedTokenStream
A token stream that pulls tokens from the code source on-demand and
without tracking a complete buffer of the tokens.
|
Modifier and Type | Class and Description |
---|---|
class |
LookaheadStream<T>
A lookahead queue that knows how to mark/release locations in the buffer for
backtracking purposes.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonTreeNodeStream |
Modifier and Type | Field and Description |
---|---|
protected FastQueue<Object> |
TreeIterator.nodes
If we emit UP/DOWN nodes, we need to spit out multiple nodes per
next() call.
|
Copyright © 1992–2015 ANTLR. All rights reserved.