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   
soot.jimple.toolkits.infoflow   
 

Uses of ReachableMethods in soot
 

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

Methods in soot with parameters of type ReachableMethods
 void Scene.setReachableMethods(ReachableMethods rm)
           
 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()
           
 ReachableMethods OnFlyCallGraph.reachableMethods()
           
 

Uses of ReachableMethods in soot.jimple.toolkits.callgraph
 

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

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

Uses of ReachableMethods in soot.jimple.toolkits.infoflow
 

Methods in soot.jimple.toolkits.infoflow with parameters of type ReachableMethods
 CallChain LocalObjectsAnalysis.getNextCallChainBetween(ReachableMethods rm, SootMethod start, SootMethod end, Edge endToPath, CallChain path, List previouslyFound)
           
 CallChain LocalObjectsAnalysis.getNextCallChainBetween(ReachableMethods rm, SootMethod start, SootMethod end, Edge endToPath, CallChain path, List previouslyFound)
           
 

Constructors in soot.jimple.toolkits.infoflow with parameters of type ReachableMethods
UseFinder(ReachableMethods rm)
           
UseFinder(ReachableMethods rm)