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

java.lang.Object
  extended bysoot.jimple.toolkits.thread.mhp.findobject.AllocNodesFinder

public class AllocNodesFinder
extends Object


Constructor Summary
AllocNodesFinder(PegCallGraph pcg, CallGraph cg, PAG pag)
           
 
Method Summary
 Set getAllocNodes()
           
 Set getMultiCalledMethods()
           
 Set 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 getAllocNodes()

getMultiRunAllocNodes

public Set getMultiRunAllocNodes()

getMultiCalledMethods

public Set getMultiCalledMethods()