soot.jimple.toolkits.thread.mhp.findobject
Class AllocNodesFinder

java.lang.Object
  extended by soot.jimple.toolkits.thread.mhp.findobject.AllocNodesFinder

public class AllocNodesFinder
extends Object


Constructor Summary
AllocNodesFinder(PegCallGraph pcg, CallGraph cg, PAG pag)
           
 
Method Summary
 Set<AllocNode> getAllocNodes()
           
 Set<SootMethod> getMultiCalledMethods()
           
 Set<AllocNode> getMultiRunAllocNodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllocNodesFinder

public AllocNodesFinder(PegCallGraph pcg,
                        CallGraph cg,
                        PAG pag)
Method Detail

getAllocNodes

public Set<AllocNode> getAllocNodes()

getMultiRunAllocNodes

public Set<AllocNode> getMultiRunAllocNodes()

getMultiCalledMethods

public Set<SootMethod> getMultiCalledMethods()