Uses of Class
soot.toolkits.scalar.ForwardFlowAnalysis

Packages that use ForwardFlowAnalysis
soot.jimple.toolkits.annotation.parity   
soot.jimple.toolkits.annotation.purity   
soot.jimple.toolkits.callgraph   
soot.jimple.toolkits.scalar A toolkit for scalar optimization of Jimple. 
soot.jimple.toolkits.scalar.pre Particial redundency elimination. 
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 ForwardFlowAnalysis in soot.jimple.toolkits.annotation.parity
 

Subclasses of ForwardFlowAnalysis in soot.jimple.toolkits.annotation.parity
 class ParityAnalysis
           
 

Uses of ForwardFlowAnalysis in soot.jimple.toolkits.annotation.purity
 

Subclasses of ForwardFlowAnalysis in soot.jimple.toolkits.annotation.purity
 class PurityIntraproceduralAnalysis
          Intra-procedural purity-graph analysis.
 

Uses of ForwardFlowAnalysis in soot.jimple.toolkits.callgraph
 

Subclasses of ForwardFlowAnalysis in soot.jimple.toolkits.callgraph
 class ClinitElimAnalysis
           
 

Uses of ForwardFlowAnalysis in soot.jimple.toolkits.scalar
 

Subclasses of ForwardFlowAnalysis in soot.jimple.toolkits.scalar
 class FastAvailableExpressionsAnalysis
          Implements an available expressions analysis on local variables.
 class PessimisticAvailableExpressionsAnalysis
          Implements an available expressions analysis on local variables.
 class SlowAvailableExpressionsAnalysis
          Implements an available expressions analysis on local variables.
 

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

Subclasses of ForwardFlowAnalysis in soot.jimple.toolkits.scalar.pre
 class DelayabilityAnalysis
          Performs a Delayability-analysis on the given graph.
 class UpSafetyAnalysis
          Performs an UpSafe-analysis on the given graph.
 

Uses of ForwardFlowAnalysis in soot.toolkits.graph
 

Subclasses of ForwardFlowAnalysis in soot.toolkits.graph
 class DominatorAnalysis
           
 

Uses of ForwardFlowAnalysis in soot.toolkits.scalar
 

Subclasses of ForwardFlowAnalysis in soot.toolkits.scalar
 class InitAnalysis
          An analysis to check whether or not local variables have been initialised.