org.codehaus.groovy.syntax.lexer
Class ReaderCharStream
java.lang.Object
|
+--org.codehaus.groovy.syntax.lexer.AbstractCharStream
|
+--org.codehaus.groovy.syntax.lexer.ReaderCharStream
- All Implemented Interfaces:
- CharStream
- public class ReaderCharStream
- extends AbstractCharStream
Fields inherited from interface org.codehaus.groovy.syntax.lexer.CharStream |
EOS |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReaderCharStream
public ReaderCharStream(Reader in)
ReaderCharStream
public ReaderCharStream(Reader in,
String description)
getReader
public Reader getReader()
nextChar
protected char nextChar()
throws IOException
- Specified by:
nextChar
in class AbstractCharStream
IOException
close
public void close()
throws IOException
IOException
Copyright © 2003 The Codehaus. All Rights Reserved.