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

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.NEPkgList
All Implemented Interfaces:
ConsList

public class NEPkgList
extends java.lang.Object
implements ConsList

Representation of NEPkgList


Nested Class Summary
static class NEPkgList.id
          Field Class for NEPkgList.id
static class NEPkgList.rest
          Field Class for NEPkgList.rest
 
Constructor Summary
NEPkgList(ident id, PkgList rest)
          Construct a(n) NEPkgList Instance
 
Method Summary
 boolean equals(java.lang.Object o)
          Is the given object Equal to this NEPkgList?
 ident getId()
          Getter for field NEPkgList.id
 PkgList getRest()
          Getter for field NEPkgList.rest
static NEPkgList parse(java.io.InputStream inpt)
          Parse an instance of NEPkgList from the given Stream
static NEPkgList parse(java.io.Reader inpt)
          Parse an instance of NEPkgList from the given Reader
static NEPkgList parse(java.lang.String inpt)
          Parse an instance of NEPkgList from the given String
 java.lang.String print()
          DGP method from Class Print
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NEPkgList

public NEPkgList(ident id,
                 PkgList rest)
Construct a(n) NEPkgList Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

toString

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

print

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


getRest

public PkgList getRest()
Getter for field NEPkgList.rest


getId

public ident getId()
Getter for field NEPkgList.id