edu.neu.ccs.demeterf.demfgen.classes
Class SubtypeEmpty

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.SubtypeList
      extended by edu.neu.ccs.demeterf.demfgen.classes.SubtypeEmpty
All Implemented Interfaces:
EmptyList, PESubtypeList

public class SubtypeEmpty
extends SubtypeList
implements PESubtypeList, EmptyList

Representation of SubtypeEmpty


Constructor Summary
SubtypeEmpty()
          Construct a(n) SubtypeEmpty Instance
 
Method Summary
 boolean equals(java.lang.Object o)
          Is the given object Equal to this SubtypeEmpty?
 boolean isEmpty()
           
static SubtypeEmpty parse(java.io.InputStream inpt)
          Parse an instance of SubtypeEmpty from the given Stream
static SubtypeEmpty parse(java.io.Reader inpt)
          Parse an instance of SubtypeEmpty from the given Reader
static SubtypeEmpty parse(java.lang.String inpt)
          Parse an instance of SubtypeEmpty from the given String
 java.lang.String print()
          DGP method from Class Print
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubtypeEmpty

public SubtypeEmpty()
Construct a(n) SubtypeEmpty Instance

Method Detail

equals

public boolean equals(java.lang.Object o)
Is the given object Equal to this SubtypeEmpty?

Overrides:
equals in class java.lang.Object

parse

public static SubtypeEmpty parse(java.lang.String inpt)
                          throws ParseException
Parse an instance of SubtypeEmpty from the given String

Throws:
ParseException

parse

public static SubtypeEmpty parse(java.io.InputStream inpt)
                          throws ParseException
Parse an instance of SubtypeEmpty from the given Stream

Throws:
ParseException

parse

public static SubtypeEmpty parse(java.io.Reader inpt)
                          throws ParseException
Parse an instance of SubtypeEmpty from the given Reader

Throws:
ParseException

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface PESubtypeList
Specified by:
isEmpty in class SubtypeList

print

public java.lang.String print()
DGP method from Class Print

Overrides:
print in class SubtypeList