net.sourceforge.chaperon.build
Class EmptyList

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

public class EmptyList
extends Symbol

This symbol represents a symbol for a empty list.

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

Constructor Summary
EmptyList()
          Creates a symbol for an empty list.
 
Method Summary
 boolean equals(java.lang.Object o)
          Compares the symbol with another symbol.
 
Methods inherited from class net.sourceforge.chaperon.model.symbol.Symbol
getName, hashCode, setName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyList

public EmptyList()
Creates a symbol for an empty list.

Method Detail

equals

public boolean equals(java.lang.Object o)
Compares the symbol with another symbol.

Overrides:
equals in class Symbol
Parameters:
o - Another object
Returns:
True, if the symbols are equal.


Copyright ? 2003 Chaperon project. All Rights Reserved.