| Package | Description |
|---|---|
| org.antlr.runtime |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CommonTokenStream |
The most common stream of tokens where every token is buffered up
and tokens are filtered for a certain channel (the parser will only
see these tokens).
|
class |
TokenRewriteStream |
Useful for dumping out the input stream after doing some
augmentation or other manipulations.
|
Copyright © 1992–2019 ANTLR. All rights reserved.