| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| soot.jimple.toolkits.callgraph | |
| soot.jimple.toolkits.pointer |
| Modifier and Type | Method and Description |
|---|---|
PointsToAnalysis |
Scene.getPointsToAnalysis()
Retrieves the active pointer analysis
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scene.setPointsToAnalysis(PointsToAnalysis pa)
Sets the active pointer analysis
|
| Modifier and Type | Field and Description |
|---|---|
protected PointsToAnalysis |
ReachingTypeDumper.pa |
| Constructor and Description |
|---|
ReachingTypeDumper(PointsToAnalysis pa,
java.lang.String output_dir) |
| Constructor and Description |
|---|
CallGraphBuilder(PointsToAnalysis pa)
This constructor builds a complete call graph using the given
PointsToAnalysis to resolve virtual calls.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DumbPointerAnalysis
A very naive pointer analysis that just reports that any points can point
to any object.
|
| Constructor and Description |
|---|
SideEffectAnalysis(PointsToAnalysis pa,
CallGraph cg) |
SideEffectAnalysis(PointsToAnalysis pa,
CallGraph cg,
Filter filter) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.