类的使用
org.antlr.runtime.CommonTokenStream
-
使用CommonTokenStream的程序包 程序包 说明 org.antlr.gunit org.antlr.gunit.swingui.model org.antlr.runtime org.antlr.tool -
-
org.antlr.gunit中CommonTokenStream的使用
参数类型为CommonTokenStream的org.antlr.gunit中的方法 修饰符和类型 方法 说明 protected void
gUnitExecutor. checkForValidInput(CommonTokenStream tokens, java.io.PrintStream ps2)
Verify the input has been properly consumed -
org.antlr.gunit.swingui.model中CommonTokenStream的使用
声明为CommonTokenStream的org.antlr.gunit.swingui.model中的字段 修饰符和类型 字段 说明 protected CommonTokenStream
TestSuite. tokens
返回CommonTokenStream的org.antlr.gunit.swingui.model中的方法 修饰符和类型 方法 说明 CommonTokenStream
TestSuite. getTokens()
参数类型为CommonTokenStream的org.antlr.gunit.swingui.model中的方法 修饰符和类型 方法 说明 void
TestSuite. setTokens(CommonTokenStream ts)
-
org.antlr.runtime中CommonTokenStream的使用
org.antlr.runtime中CommonTokenStream的子类 修饰符和类型 类 说明 class
TokenRewriteStream
Useful for dumping out the input stream after doing some augmentation or other manipulations. -
org.antlr.tool中CommonTokenStream的使用
org.antlr.tool中CommonTokenStream的子类 修饰符和类型 类 说明 static class
Interp.FilteringTokenStream
声明为CommonTokenStream的org.antlr.tool中的字段 修饰符和类型 字段 说明 CommonTokenStream
Grammar. tokenBuffer
This is the buffer of *all* tokens found in the grammar file including whitespace tokens etc...
-