openlist.reader
Class EndOfFile

java.lang.Object
  extended by openlist.reader.EndOfFile

public class EndOfFile
extends java.lang.Object

EndOfFile represents an end-of-file for the SExpressionReader


Field Summary
static EndOfFile EOF
          The end-of-file constant.
 
Constructor Summary
EndOfFile()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EOF

public static EndOfFile EOF
The end-of-file constant.

Constructor Detail

EndOfFile

public EndOfFile()