| Package | Description |
|---|---|
| soot.toolkits.scalar |
A number of scalar optimizations, and the flow analysis framework.
|
| 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 |
SimpleLocalDefs
Analysis that provides an implementation of the LocalDefs interface.
|
class |
SmartLocalDefs
Analysis that provides an implementation of the LocalDefs interface.
|
| Constructor and Description |
|---|
SimpleLocalUses(Body body,
LocalDefs localDefs)
Construct the analysis from a method body and a LocalDefs
interface.
|
SimpleLocalUses(UnitGraph graph,
LocalDefs localDefs)
Construct the analysis from a UnitGraph representation
of a method body and a LocalDefs interface.
|
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.