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 voidgUnitExecutor. 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 CommonTokenStreamTestSuite. tokensMethods in org.antlr.gunit.swingui.model that return CommonTokenStream Modifier and Type Method Description CommonTokenStreamTestSuite. getTokens()Methods in org.antlr.gunit.swingui.model with parameters of type CommonTokenStream Modifier and Type Method Description voidTestSuite. setTokens(CommonTokenStream ts) -
Uses of CommonTokenStream in org.antlr.runtime
Subclasses of CommonTokenStream in org.antlr.runtime Modifier and Type Class Description classTokenRewriteStreamUseful 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 classInterp.FilteringTokenStreamFields in org.antlr.tool declared as CommonTokenStream Modifier and Type Field Description CommonTokenStreamGrammar. tokenBufferThis is the buffer of *all* tokens found in the grammar file including whitespace tokens etc...
-