Uses of Interface
org.antlr.runtime.TokenSource

Packages that use TokenSource
org.antlr.runtime   
org.antlr.runtime.debug   
org.antlr.tool   
 

Uses of TokenSource in org.antlr.runtime
 

Classes in org.antlr.runtime that implement TokenSource
 class Lexer
          A lexer is recognizer that draws input symbols from a character stream.
 

Fields in org.antlr.runtime declared as TokenSource
protected  TokenSource CommonTokenStream.tokenSource
           
 

Methods in org.antlr.runtime that return TokenSource
 TokenSource CommonTokenStream.getTokenSource()
           
 TokenSource TokenStream.getTokenSource()
          Where is this stream pulling tokens from? This is not the name, but the object that provides Token objects.
 

Methods in org.antlr.runtime with parameters of type TokenSource
 void CommonTokenStream.setTokenSource(TokenSource tokenSource)
          Reset this token stream by setting its token source.
 

Constructors in org.antlr.runtime with parameters of type TokenSource
CommonTokenStream(TokenSource tokenSource)
           
CommonTokenStream(TokenSource tokenSource, int channel)
           
TokenRewriteStream(TokenSource tokenSource)
           
TokenRewriteStream(TokenSource tokenSource, int channel)
           
 

Uses of TokenSource in org.antlr.runtime.debug
 

Methods in org.antlr.runtime.debug that return TokenSource
 TokenSource DebugTokenStream.getTokenSource()
           
 

Uses of TokenSource in org.antlr.tool
 

Classes in org.antlr.tool that implement TokenSource
 class Interpreter
          The recognition interpreter/engine for grammars.
 



Copyright © 2011. All Rights Reserved.