| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.jimple.spark.builder | |
| soot.jimple.spark.solver | |
| soot.jimple.toolkits.callgraph | |
| soot.jimple.toolkits.infoflow |
| Modifier and Type | Field and Description |
|---|---|
protected ReachableMethods |
Scene.reachableMethods |
| Modifier and Type | Method and Description |
|---|---|
ReachableMethods |
Scene.getReachableMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
Scene.setReachableMethods(ReachableMethods rm) |
| Modifier and Type | Field and Description |
|---|---|
protected ReachableMethods |
ContextInsensitiveBuilder.reachables |
| Modifier and Type | Field and Description |
|---|---|
protected ReachableMethods |
OnFlyCallGraph.reachableMethods |
| Modifier and Type | Method and Description |
|---|---|
ReachableMethods |
OnFlyCallGraph.reachableMethods() |
| Modifier and Type | Method and Description |
|---|---|
protected OnFlyCallGraphBuilder |
OnFlyCallGraph.createOnFlyCallGraphBuilder(ContextManager cm,
ReachableMethods reachableMethods,
boolean appOnly)
Factory method for creating a new on-fly callgraph builder.
|
| Modifier and Type | Field and Description |
|---|---|
protected ReachableMethods |
OnFlyCallGraphBuilder.rm
context-sensitive stuff
|
| Modifier and Type | Method and Description |
|---|---|
ReachableMethods |
CallGraphBuilder.reachables() |
| Modifier and Type | Method and Description |
|---|---|
protected OnFlyCallGraphBuilder |
CallGraphBuilder.createCGBuilder(ContextManager cm,
ReachableMethods reachables2) |
| Constructor and Description |
|---|
OnFlyCallGraphBuilder(ContextManager cm,
ReachableMethods rm) |
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,
List previouslyFound) |
| Constructor and Description |
|---|
UseFinder(ReachableMethods rm) |
Copyright © 2020 Soot OSS. All rights reserved.