soot.jimple.toolkits.thread.mhp
Class TargetMethodsFinder

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

public class TargetMethodsFinder
extends Object

Assembles a list of target methods for a given unit and call graph, filtering out static initializers and optionally native methods. Can optionally throw a runtime exception if the list is null.


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)