Uses of Class
soot.jimple.toolkits.callgraph.ReachableMethods

Packages that use ReachableMethods
soot Base Soot classes, shared by different intermediate representations. 
soot.jimple.spark.solver   
soot.jimple.toolkits.callgraph   
 

Uses of ReachableMethods in soot
 

Methods in soot that return ReachableMethods
 ReachableMethods Scene.getReachableMethods()
           
 

Methods in soot with parameters of type ReachableMethods
 void Scene.setReachableMethods(ReachableMethods rm)
           
 

Uses of ReachableMethods in soot.jimple.spark.solver
 

Methods in soot.jimple.spark.solver that return ReachableMethods
 ReachableMethods OnFlyCallGraph.reachableMethods()
           
 

Uses of ReachableMethods in soot.jimple.toolkits.callgraph
 

Methods in soot.jimple.toolkits.callgraph that return ReachableMethods
 ReachableMethods CallGraphBuilder.reachables()
           
 

Constructors in soot.jimple.toolkits.callgraph with parameters of type ReachableMethods
OnFlyCallGraphBuilder(ContextManager cm, ReachableMethods rm)
           
OnFlyCallGraphBuilder(ContextManager cm, ReachableMethods rm, boolean appOnly)