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

Packages that use CharStream
org.codehaus.groovy.syntax.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
 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.