soot.jimple
Class LocalStmtPair

java.lang.Object
  extended bysoot.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)

hashCode

public int hashCode()