Uses of Interface
soot.toolkits.graph.Orderer

Packages that use Orderer
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. 
 

Uses of Orderer in soot.toolkits.graph
 

Classes in soot.toolkits.graph that implement Orderer
 class PseudoTopologicalOrderer<N>
          Orders in pseudo-topological order, the nodes of a DirectedGraph instance.
 class ReversePseudoTopologicalOrderer
          Deprecated. use PseudoTopologicalOrderer.newList(DirectedGraph, boolean) instead
 class SlowPseudoTopologicalOrderer
          Provide the pseudo topological order of a graph's nodes.
 

Uses of Orderer in soot.toolkits.scalar
 

Methods in soot.toolkits.scalar that return Orderer
protected  Orderer<N> FlowAnalysis.constructOrderer()
          Default implementation constructing a PseudoTopologicalOrderer.
protected  Orderer<N> FlowAnalysis.constructOrderer()
          Default implementation constructing a PseudoTopologicalOrderer.