soot.jimple.toolkits.annotation.purity
Class PurityGraphBox

java.lang.Object
  extended by soot.jimple.toolkits.annotation.purity.PurityGraphBox

public class PurityGraphBox
extends Object

Simple box class that encapsulates a reference to a PurityGraph.


Field Summary
 PurityGraph g
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

g

public PurityGraph g
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object