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

Packages that use TokenStream
org.codehaus.groovy.syntax   
org.codehaus.groovy.syntax.lexer   
org.codehaus.groovy.syntax.parser   
 

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-2005 The Codehaus. All Rights Reserved.