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

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

public class NoBound
extends Bound

Representation of NoBound


Constructor Summary
NoBound()
          Construct a(n) NoBound Instance
 
Method Summary
 boolean equals(java.lang.Object o)
          Is the given object Equal to this NoBound?
static NoBound parse(java.io.InputStream inpt)
          Parse an instance of NoBound from the given Stream
static NoBound parse(java.io.Reader inpt)
          Parse an instance of NoBound from the given Reader
static NoBound parse(java.lang.String inpt)
          Parse an instance of NoBound 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

NoBound

public NoBound()
Construct a(n) NoBound Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

print

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

Overrides:
print in class Bound