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

Packages that use CharStream
org.codehaus.groovy.syntax.lexer Lexer. 
 

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
           
 

Fields in org.codehaus.groovy.syntax.lexer declared as CharStream
private  CharStream GroovyLexer.charStream
           
private  CharStream FileCharStream.charStream
           
 

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

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



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