soot.jimple.toolkits.thread.mhp
Class TargetMethodsFinder

java.lang.Object
  extended bysoot.jimple.toolkits.thread.mhp.TargetMethodsFinder

public class TargetMethodsFinder
extends Object


Constructor Summary
TargetMethodsFinder()
           
 
Method Summary
 List 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 find(Unit unit,
                 CallGraph cg,
                 boolean canBeNullList,
                 boolean canBeNative)