Uses of Class
org.antlr.runtime.BufferedTokenStream

Packages that use BufferedTokenStream
org.antlr.runtime   
 

Uses of BufferedTokenStream in org.antlr.runtime
 

Subclasses of BufferedTokenStream in org.antlr.runtime
 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.
 



Copyright © 2011. All Rights Reserved.