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

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

public class NoImpl
extends Impl

Representation of NoImpl


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

Constructor Detail

NoImpl

public NoImpl()
Construct a(n) NoImpl Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

print

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

Overrides:
print in class Impl