Package | Description |
---|---|
org.antlr.runtime | |
org.antlr.runtime.misc | |
org.antlr.runtime.tree |
Modifier and Type | Class | 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 | Description |
---|---|---|
class |
LookaheadStream<T> |
A lookahead queue that knows how to mark/release locations in the buffer for
backtracking purposes.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CommonTreeNodeStream |
Modifier and Type | Field | Description |
---|---|---|
protected FastQueue<Object> |
TreeIterator.nodes |
If we emit UP/DOWN nodes, we need to spit out multiple nodes per
next() call.
|
Copyright © 1992–2018 ANTLR. All rights reserved.