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

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

public class NoParse
extends DoGen

Representation of NoParse


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

Constructor Detail

NoParse

public NoParse()
Construct a(n) NoParse Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

doParse

public boolean doParse()
Overrides:
doParse 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