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

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

public class NoGen
extends DoGen

Representation of NoGen


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

Constructor Detail

NoGen

public NoGen()
Construct a(n) NoGen Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

doGen

public boolean doGen()
Overrides:
doGen in class DoGen

merge

public DoGen merge(DoGen g)
Specified by:
merge in class DoGen

merge

public DoGen merge(NoGen g)
Specified by:
merge in class DoGen

merge

public DoGen merge(NoParse g)
Specified by:
merge in class DoGen

print

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

Overrides:
print in class DoGen