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

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.IncludeList
      extended by edu.neu.ccs.demeterf.demfgen.classes.IncludeEmpty
All Implemented Interfaces:
EmptyList

public class IncludeEmpty
extends IncludeList
implements EmptyList

Representation of IncludeEmpty


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

Constructor Detail

IncludeEmpty

public IncludeEmpty()
Construct a(n) IncludeEmpty Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

print

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

Overrides:
print in class IncludeList