| Package | Description |
|---|---|
| soot.toolkits.graph |
Toolkit to produce and manipulate various types of control flow
graphs.
|
| soot.toolkits.scalar |
A number of scalar optimizations, and the flow analysis framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PseudoTopologicalOrderer<N>
Orders in pseudo-topological order, the nodes of a DirectedGraph instance.
|
class |
ReversePseudoTopologicalOrderer
Deprecated.
|
class |
SlowPseudoTopologicalOrderer
Provide the pseudo topological order of a graph's nodes.
|
| Modifier and Type | Method and Description |
|---|---|
protected Orderer<N> |
FlowAnalysis.constructOrderer()
Default implementation constructing a PseudoTopologicalOrderer.
|
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.