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

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.Bound
Direct Known Subclasses:
ClassBound, NoBound

public abstract class Bound
extends java.lang.Object

Representation of Bound


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

Constructor Detail

Bound

public Bound()
Construct a(n) Bound Instance

Method Detail

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

print

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