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

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

public class Import
extends java.lang.Object

Representation of Import


Nested Class Summary
static class Import.pkg
          Field Class for Import.pkg
 
Constructor Summary
Import(NEPkgList pkg)
          Construct a(n) Import Instance
 
Method Summary
 boolean equals(java.lang.Object o)
          Is the given object Equal to this Import?
 NEPkgList getPkg()
          Getter for field Import.pkg
static Import parse(java.io.InputStream inpt)
          Parse an instance of Import from the given Stream
static Import parse(java.io.Reader inpt)
          Parse an instance of Import from the given Reader
static Import parse(java.lang.String inpt)
          Parse an instance of Import 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

Import

public Import(NEPkgList pkg)
Construct a(n) Import Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

public static Import parse(java.io.Reader inpt)
                    throws ParseException
Parse an instance of Import 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


getPkg

public NEPkgList getPkg()
Getter for field Import.pkg