Uses of Class
soot.toolkits.scalar.BackwardFlowAnalysis

Packages that use BackwardFlowAnalysis
soot.jimple.toolkits.scalar.pre Particial redundency elimination. 
soot.toolkits.scalar A number of scalar optimizations, and the flow analysis framework. 
 

Uses of BackwardFlowAnalysis in soot.jimple.toolkits.scalar.pre
 

Subclasses of BackwardFlowAnalysis in soot.jimple.toolkits.scalar.pre
 class DownSafetyAnalysis
          Performs an DownSafe-analysis on the given graph.
 class NotIsolatedAnalysis
          Performs a Not-Isolated-analysis on the given graph, which is basicly the same as an Isolated-analysis (we just return the complement, as it's easier to calculate it).
 

Uses of BackwardFlowAnalysis in soot.toolkits.scalar
 

Subclasses of BackwardFlowAnalysis in soot.toolkits.scalar
 class CombinedDUAnalysis
          Analysis that computes live locals, local defs, and local uses all at once.