Package | Description |
---|---|
soot.toolkits.scalar |
A number of scalar optimizations, and the flow analysis framework.
|
Modifier and Type | Method and Description |
---|---|
protected FlowAnalysis.Flow |
FlowAnalysis.getFlow(N from,
N mergeNode)
You can specify which flow set you would like to use of node
from |
protected FlowAnalysis.Flow |
FlowAnalysis.getFlow(N from,
N mergeNode)
You can specify which flow set you would like to use of node
from |
static FlowAnalysis.Flow |
FlowAnalysis.Flow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowAnalysis.Flow |
FlowAnalysis.Flow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowAnalysis.Flow[] |
FlowAnalysis.Flow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static FlowAnalysis.Flow[] |
FlowAnalysis.Flow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|