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

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.PackageDef
      extended by edu.neu.ccs.demeterf.demfgen.classes.NoPackage

public class NoPackage
extends PackageDef

Representation of NoPackage


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

Constructor Detail

NoPackage

public NoPackage()
Construct a(n) NoPackage Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

print

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

Overrides:
print in class PackageDef