soot.jimple
Class LocalStmtPair

java.lang.Object
  extended by soot.jimple.LocalStmtPair

public class LocalStmtPair
extends Object


Constructor Summary
LocalStmtPair(Local local, Stmt stmt)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalStmtPair

public LocalStmtPair(Local local,
                     Stmt stmt)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object