Uses of Class
org.antlr.runtime.CommonTokenStream
-
Packages that use CommonTokenStream Package Description org.antlr.gunit org.antlr.gunit.swingui.model org.antlr.runtime org.antlr.tool -
-
Uses of CommonTokenStream in org.antlr.gunit
Methods in org.antlr.gunit with parameters of type CommonTokenStream Modifier and Type Method Description protected void
gUnitExecutor. checkForValidInput(CommonTokenStream tokens, java.io.PrintStream ps2)
Verify the input has been properly consumed -
Uses of CommonTokenStream in org.antlr.gunit.swingui.model
Fields in org.antlr.gunit.swingui.model declared as CommonTokenStream Modifier and Type Field Description protected CommonTokenStream
TestSuite. tokens
Methods in org.antlr.gunit.swingui.model that return CommonTokenStream Modifier and Type Method Description CommonTokenStream
TestSuite. getTokens()
Methods in org.antlr.gunit.swingui.model with parameters of type CommonTokenStream Modifier and Type Method Description void
TestSuite. setTokens(CommonTokenStream ts)
-
Uses of CommonTokenStream in org.antlr.runtime
Subclasses of CommonTokenStream in org.antlr.runtime Modifier and Type Class Description class
TokenRewriteStream
Useful for dumping out the input stream after doing some augmentation or other manipulations. -
Uses of CommonTokenStream in org.antlr.tool
Subclasses of CommonTokenStream in org.antlr.tool Modifier and Type Class Description static class
Interp.FilteringTokenStream
Fields in org.antlr.tool declared as CommonTokenStream Modifier and Type Field Description CommonTokenStream
Grammar. tokenBuffer
This is the buffer of *all* tokens found in the grammar file including whitespace tokens etc...
-