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<N>
Deprecated.
|
class |
SlowPseudoTopologicalOrderer<N>
Provide the pseudo topological order of a graph's nodes.
|
Modifier and Type | Method and Description |
---|---|
protected Orderer<N> |
ForwardFlowAnalysisExtended.constructOrderer()
Default implementation constructing a PseudoTopologicalOrderer.
|
protected Orderer<N> |
ForwardFlowAnalysisExtended.constructOrderer()
Default implementation constructing a PseudoTopologicalOrderer.
|