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

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.ImportList
Direct Known Subclasses:
ImportCons, ImportEmpty

public abstract class ImportList
extends java.lang.Object

Representation of ImportList


Constructor Summary
ImportList()
          Construct a(n) ImportList Instance
 
Method Summary
 ImportList append(ImportList l)
           
static ImportList parse(java.io.InputStream inpt)
          Parse an instance of ImportList from the given Stream
static ImportList parse(java.io.Reader inpt)
          Parse an instance of ImportList from the given Reader
static ImportList parse(java.lang.String inpt)
          Parse an instance of ImportList from the given String
 java.lang.String print()
          DGP method from Class Print
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportList

public ImportList()
Construct a(n) ImportList Instance

Method Detail

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

append

public ImportList append(ImportList l)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

print

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