net.sourceforge.chaperon.build
Class EndOfFile

java.lang.Object
  extended by net.sourceforge.chaperon.model.symbol.Symbol
      extended by net.sourceforge.chaperon.model.symbol.Terminal
          extended by net.sourceforge.chaperon.build.EndOfFile
All Implemented Interfaces:
java.io.Serializable

public class EndOfFile
extends Terminal

This symbol represents a symbol for the end of a file.

Version:
CVS $Id: EndOfFile.java,v 1.5 2003/12/09 19:55:52 benedikta Exp $
Author:
Stephan Michels
See Also:
Serialized Form

Constructor Summary
EndOfFile()
          Creates a symbol for the end of a file.
 
Method Summary
 
Methods inherited from class net.sourceforge.chaperon.model.symbol.Terminal
equals, hashCode
 
Methods inherited from class net.sourceforge.chaperon.model.symbol.Symbol
getName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndOfFile

public EndOfFile()
Creates a symbol for the end of a file.



Copyright ? 2003 Chaperon project. All Rights Reserved.