| Package | Description |
|---|---|
| soot.toolkits.scalar |
A number of scalar optimizations, and the flow analysis framework.
|
| Modifier and Type | Method and Description |
|---|---|
static SimpleLocalDefs.FlowAnalysisMode |
SimpleLocalDefs.FlowAnalysisMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleLocalDefs.FlowAnalysisMode[] |
SimpleLocalDefs.FlowAnalysisMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected LocalDefs |
SimpleLocalDefs.init(DirectedGraph<Unit> graph,
Local[] locals,
SimpleLocalDefs.FlowAnalysisMode mode) |
| Constructor and Description |
|---|
SimpleLocalDefs(UnitGraph graph,
SimpleLocalDefs.FlowAnalysisMode mode) |
Copyright © 2024 Soot OSS. All rights reserved.