edu.neu.ccs.demeterf.inline.classes
Class Constr

java.lang.Object
  extended by edu.neu.ccs.demeterf.inline.classes.Constr

public class Constr
extends java.lang.Object

Representation of Constr


Nested Class Summary
static class Constr.from
          Field Class for Constr.from
static class Constr.res
          Field Class for Constr.res
 
Constructor Summary
Constr(TypeUse from, TypeUse res)
          Construct a(n) Constr Instance
 
Method Summary
 boolean equals(java.lang.Object o)
          Is the given object Equal to this Constr?
 TypeUse getFrom()
          Getter for field Constr.from
 TypeUse getRes()
          Getter for field Constr.res
 java.lang.String toString()
          DGP method from Class PrintToString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Constr

public Constr(TypeUse from,
              TypeUse res)
Construct a(n) Constr Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
DGP method from Class PrintToString

Overrides:
toString in class java.lang.Object

getRes

public TypeUse getRes()
Getter for field Constr.res


getFrom

public TypeUse getFrom()
Getter for field Constr.from