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

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.PkgList
Direct Known Subclasses:
PkgCons, PkgEmpty, PkgStar

public abstract class PkgList
extends java.lang.Object

Representation of PkgList


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

Constructor Detail

PkgList

public PkgList()
Construct a(n) PkgList Instance

Method Detail

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

print

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