org.codehaus.groovy.syntax.lexer
Class AbstractCharStream

java.lang.Object
  extended byorg.codehaus.groovy.syntax.lexer.AbstractCharStream
All Implemented Interfaces:
CharStream
Direct Known Subclasses:
InputStreamCharStream, ReaderCharStream, StringCharStream

public abstract class AbstractCharStream
extends Object
implements CharStream


Field Summary
 
Fields inherited from interface org.codehaus.groovy.syntax.lexer.CharStream
EOS
 
Constructor Summary
AbstractCharStream()
           
AbstractCharStream(String description)
           
 
Method Summary
 String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.groovy.syntax.lexer.CharStream
close, consume
 

Constructor Detail

AbstractCharStream

public AbstractCharStream()

AbstractCharStream

public AbstractCharStream(String description)
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in interface CharStream


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