Package | Description |
---|---|
org.antlr.runtime | |
org.antlr.tool |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
static class |
Interp.FilteringTokenStream |
Copyright © 1992–2015 ANTLR. All rights reserved.