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
           
 

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

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



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