Uses of Class
org.antlr.runtime.BufferedTokenStream
-
Packages that use BufferedTokenStream Package Description org.antlr.runtime -
-
Uses of BufferedTokenStream in org.antlr.runtime
Subclasses of BufferedTokenStream in org.antlr.runtime Modifier and Type Class Description classCommonTokenStreamThe 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).classTokenRewriteStreamUseful for dumping out the input stream after doing some augmentation or other manipulations.
-