soot.jimple.toolkits.thread.mhp
Class MethodExtentBuilder

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

public class MethodExtentBuilder
extends Object


Constructor Summary
MethodExtentBuilder(Body unitBody, PegCallGraph pcg, CallGraph cg)
           
 
Method Summary
 Set getMethodsNeedingInlining()
           
protected  void propagate(PegCallGraph cg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodExtentBuilder

public MethodExtentBuilder(Body unitBody,
                           PegCallGraph pcg,
                           CallGraph cg)
Method Detail

getMethodsNeedingInlining

public Set getMethodsNeedingInlining()

propagate

protected void propagate(PegCallGraph cg)