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

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

public class ImportEmpty
extends ImportList
implements EmptyList

Representation of ImportEmpty


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

Constructor Detail

ImportEmpty

public ImportEmpty()
Construct a(n) ImportEmpty Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

print

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

Overrides:
print in class ImportList