类的使用
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 voidgUnitExecutor. 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 CommonTokenStreamTestSuite. tokens返回CommonTokenStream的org.antlr.gunit.swingui.model中的方法 修饰符和类型 方法 说明 CommonTokenStreamTestSuite. getTokens()参数类型为CommonTokenStream的org.antlr.gunit.swingui.model中的方法 修饰符和类型 方法 说明 voidTestSuite. setTokens(CommonTokenStream ts) -
org.antlr.runtime中CommonTokenStream的使用
org.antlr.runtime中CommonTokenStream的子类 修饰符和类型 类 说明 classTokenRewriteStreamUseful for dumping out the input stream after doing some augmentation or other manipulations. -
org.antlr.tool中CommonTokenStream的使用
org.antlr.tool中CommonTokenStream的子类 修饰符和类型 类 说明 static classInterp.FilteringTokenStream声明为CommonTokenStream的org.antlr.tool中的字段 修饰符和类型 字段 说明 CommonTokenStreamGrammar. tokenBufferThis is the buffer of *all* tokens found in the grammar file including whitespace tokens etc...
-