soot.jimple.toolkits.thread.mhp
Class TargetMethodsFinder

java.lang.Object
  extended by soot.jimple.toolkits.thread.mhp.TargetMethodsFinder

public class TargetMethodsFinder
extends Object


Constructor Summary
TargetMethodsFinder()
           
 
Method Summary
 List<SootMethod> find(Unit unit, CallGraph cg, boolean canBeNullList, boolean canBeNative)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetMethodsFinder

public TargetMethodsFinder()
Method Detail

find

public List<SootMethod> find(Unit unit,
                             CallGraph cg,
                             boolean canBeNullList,
                             boolean canBeNative)