Package | Description |
---|---|
soot.jimple.toolkits.annotation.parity | |
soot.toolkits.scalar |
A number of scalar optimizations, and the flow analysis framework.
|
Constructor and Description |
---|
ParityAnalysis(UnitGraph g,
LiveLocals filter) |
ParityAnalysis(UnitGraph g,
LiveLocals filter) |
Modifier and Type | Interface and Description |
---|---|
interface |
CombinedAnalysis
Analysis that computes live locals, local defs, and local uses all at once.
|
Modifier and Type | Class and Description |
---|---|
class |
CombinedDUAnalysis
Analysis that computes live locals, local defs, and local uses all at once.
|
class |
SimpleLiveLocals
Analysis that provides an implementation of the LiveLocals interface.
|
Modifier and Type | Method and Description |
---|---|
static LiveLocals |
LiveLocals.Factory.newLiveLocals(UnitGraph graph) |
static LiveLocals |
LiveLocals.Factory.newLiveLocals(UnitGraph graph) |
Constructor and Description |
---|
SmartLocalDefs(UnitGraph g,
LiveLocals live) |
SmartLocalDefs(UnitGraph g,
LiveLocals live) |