| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.jimple.spark.solver | |
| soot.jimple.toolkits.callgraph | |
| soot.jimple.toolkits.infoflow |
| Modifier and Type | Method and Description |
|---|---|
ReachableMethods |
Scene.getReachableMethods() |
ReachableMethods |
Scene.getReachableMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
Scene.setReachableMethods(ReachableMethods rm) |
void |
Scene.setReachableMethods(ReachableMethods rm) |
| Modifier and Type | Method and Description |
|---|---|
ReachableMethods |
OnFlyCallGraph.reachableMethods() |
ReachableMethods |
OnFlyCallGraph.reachableMethods() |
| Modifier and Type | Method and Description |
|---|---|
ReachableMethods |
CallGraphBuilder.reachables() |
ReachableMethods |
CallGraphBuilder.reachables() |
| Constructor and Description |
|---|
OnFlyCallGraphBuilder(ContextManager cm,
ReachableMethods rm) |
OnFlyCallGraphBuilder(ContextManager cm,
ReachableMethods rm) |
OnFlyCallGraphBuilder(ContextManager cm,
ReachableMethods rm,
boolean appOnly) |
OnFlyCallGraphBuilder(ContextManager cm,
ReachableMethods rm,
boolean appOnly) |
| Modifier and Type | Method and Description |
|---|---|
CallChain |
LocalObjectsAnalysis.getNextCallChainBetween(ReachableMethods rm,
SootMethod start,
SootMethod end,
Edge endToPath,
CallChain path,
java.util.List previouslyFound) |
CallChain |
LocalObjectsAnalysis.getNextCallChainBetween(ReachableMethods rm,
SootMethod start,
SootMethod end,
Edge endToPath,
CallChain path,
java.util.List previouslyFound) |
| Constructor and Description |
|---|
UseFinder(ReachableMethods rm) |
UseFinder(ReachableMethods rm) |