Uses of Interface
org.codehaus.groovy.syntax.lexer.CharStream

Packages that use CharStream
org.codehaus.groovy.classgen Generates Java classes for Groovy classes using ASM. 
org.codehaus.groovy.syntax.lexer Lexer. 
org.codehaus.groovy.tools Compiler entry points and miscellaneous development tools. 
 

Uses of CharStream in org.codehaus.groovy.classgen
 

Methods in org.codehaus.groovy.classgen with parameters of type CharStream
protected  void CompilerFacade.parseClass(CharStream charStream, java.lang.String file)
           
 

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

Classes in org.codehaus.groovy.syntax.lexer that implement CharStream
 class AbstractCharStream
           
 class FileCharStream
           
 class InputStreamCharStream
           
 class ReaderCharStream
           
 class StringCharStream
           
 

Methods in org.codehaus.groovy.syntax.lexer that return CharStream
protected  CharStream FileCharStream.getCharStream()
           
 CharStream Lexer.getCharStream()
          Returns the underlying CharStream.
 

Constructors in org.codehaus.groovy.syntax.lexer with parameters of type CharStream
Lexer(CharStream charStream)
          Initializes the Lexer from an opened CharStream.
 

Uses of CharStream in org.codehaus.groovy.tools
 

Methods in org.codehaus.groovy.tools with parameters of type CharStream
 GroovyClass[] Compiler.compile(CharStream source)
          Compiles a single source.
 GroovyClass[] Compiler.compile(CharStream[] sources)
          Compiles a set of CharStream sources.
protected  CSTNode Compiler.parseSource(CharStream charStream, java.lang.String descriptor)
          Parses a CharStream source, producing a Concrete Syntax Tree (CST).
 



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