Package | Description |
---|---|
org.antlr.gunit | |
org.antlr.gunit.swingui.model | |
org.antlr.runtime | |
org.antlr.tool |
Modifier and Type | Method | Description |
---|---|---|
protected void |
gUnitExecutor.checkForValidInput(CommonTokenStream tokens,
PrintStream ps2) |
Verify the input has been properly consumed
|
Modifier and Type | Field | Description |
---|---|---|
protected CommonTokenStream |
TestSuite.tokens |
Modifier and Type | Method | Description |
---|---|---|
CommonTokenStream |
TestSuite.getTokens() |
Modifier and Type | Method | Description |
---|---|---|
void |
TestSuite.setTokens(CommonTokenStream ts) |
Modifier and Type | Class | Description |
---|---|---|
class |
TokenRewriteStream |
Useful for dumping out the input stream after doing some
augmentation or other manipulations.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
Interp.FilteringTokenStream |
Modifier and Type | Field | Description |
---|---|---|
CommonTokenStream |
Grammar.tokenBuffer |
This is the buffer of *all* tokens found in the grammar file
including whitespace tokens etc...
|
Copyright © 1992–2018 ANTLR. All rights reserved.