Package | Description |
---|---|
org.antlr.gunit | |
org.antlr.gunit.swingui.model | |
org.antlr.runtime | |
org.antlr.tool |
Modifier and Type | Method and Description |
---|---|
protected void |
gUnitExecutor.checkForValidInput(CommonTokenStream tokens,
PrintStream ps2)
Verify the input has been properly consumed
|
Modifier and Type | Field and Description |
---|---|
protected CommonTokenStream |
TestSuite.tokens |
Modifier and Type | Method and Description |
---|---|
CommonTokenStream |
TestSuite.getTokens() |
Modifier and Type | Method and Description |
---|---|
void |
TestSuite.setTokens(CommonTokenStream ts) |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
CommonTokenStream |
Grammar.tokenBuffer
This is the buffer of *all* tokens found in the grammar file
including whitespace tokens etc...
|
Copyright © 1992–2017 ANTLR. All rights reserved.