soot.dava.toolkits.base.AST.structuredAnalysis
Class LocalPair

java.lang.Object
  extended bysoot.dava.toolkits.base.AST.structuredAnalysis.LocalPair

public class LocalPair
extends Object


Constructor Summary
LocalPair(Local left, Local right)
           
 
Method Summary
 boolean contains(Local local)
           
 boolean equals(Object other)
           
 Local getLeftLocal()
           
 Local getRightLocal()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalPair

public LocalPair(Local left,
                 Local right)
Method Detail

getLeftLocal

public Local getLeftLocal()

getRightLocal

public Local getRightLocal()

equals

public boolean equals(Object other)

contains

public boolean contains(Local local)

toString

public String toString()