Uses of Interface
org.codehaus.groovy.syntax.TokenStream

Packages that use TokenStream
org.codehaus.groovy.syntax Lexer, parser and trees. 
org.codehaus.groovy.syntax.lexer Lexer. 
org.codehaus.groovy.syntax.parser The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree)  
 

Uses of TokenStream in org.codehaus.groovy.syntax
 

Classes in org.codehaus.groovy.syntax that implement TokenStream
 class AbstractTokenStream
          Provides the common code for TokenStream implementations.
 

Uses of TokenStream in org.codehaus.groovy.syntax.lexer
 

Classes in org.codehaus.groovy.syntax.lexer that implement TokenStream
 class LexerTokenStream
          Implements a TokenStream on a Lexer.
 

Uses of TokenStream in org.codehaus.groovy.syntax.parser
 

Methods in org.codehaus.groovy.syntax.parser that return TokenStream
 TokenStream Parser.getTokenStream()
          Returns the TokenStream being parsed.
 

Constructors in org.codehaus.groovy.syntax.parser with parameters of type TokenStream
Parser(SourceUnit controller, TokenStream tokenStream)
          Sets the Parser to process a TokenStream, under control of the specified SourceUnit.
 



Copyright © 2003-2004 The Codehaus. All Rights Reserved.