Uses of Class
soot.jimple.toolkits.thread.mhp.pegcallgraph.PegCallGraph

Packages that use PegCallGraph
soot.jimple.toolkits.thread.mhp   
soot.jimple.toolkits.thread.mhp.findobject   
soot.jimple.toolkits.thread.mhp.pegcallgraph   
 

Uses of PegCallGraph in soot.jimple.toolkits.thread.mhp
 

Methods in soot.jimple.toolkits.thread.mhp with parameters of type PegCallGraph
protected  void MethodExtentBuilder.propagate(PegCallGraph cg)
           
protected  void MethodExtentBuilder.propagate(PegCallGraph cg)
           
 

Constructors in soot.jimple.toolkits.thread.mhp with parameters of type PegCallGraph
MethodExtentBuilder(Body unitBody, PegCallGraph pcg, CallGraph cg)
           
MethodExtentBuilder(Body unitBody, PegCallGraph pcg, CallGraph cg)
           
 

Uses of PegCallGraph in soot.jimple.toolkits.thread.mhp.findobject
 

Constructors in soot.jimple.toolkits.thread.mhp.findobject with parameters of type PegCallGraph
AllocNodesFinder(PegCallGraph pcg, CallGraph cg, PAG pag)
           
AllocNodesFinder(PegCallGraph pcg, CallGraph cg, PAG pag)
           
 

Uses of PegCallGraph in soot.jimple.toolkits.thread.mhp.pegcallgraph
 

Constructors in soot.jimple.toolkits.thread.mhp.pegcallgraph with parameters of type PegCallGraph
CheckRecursiveCalls(PegCallGraph pcg, Set<Object> methodNeedExtent)
           
CheckRecursiveCalls(PegCallGraph pcg, Set<Object> methodNeedExtent)