类的使用
org.antlr.runtime.BufferedTokenStream
-
使用BufferedTokenStream的程序包 程序包 说明 org.antlr.runtime org.antlr.tool -
-
org.antlr.runtime中BufferedTokenStream的使用
org.antlr.runtime中BufferedTokenStream的子类 修饰符和类型 类 说明 class
CommonTokenStream
The most common stream of tokens where every token is buffered up and tokens are filtered for a certain channel (the parser will only see these tokens).class
TokenRewriteStream
Useful for dumping out the input stream after doing some augmentation or other manipulations. -
org.antlr.tool中BufferedTokenStream的使用
org.antlr.tool中BufferedTokenStream的子类 修饰符和类型 类 说明 static class
Interp.FilteringTokenStream
-