Uses of Class
soot.toolkits.scalar.ForwardBranchedFlowAnalysis

Packages that use ForwardBranchedFlowAnalysis
soot.jimple.toolkits.annotation.nullcheck Classes that carry out an analysis to determine whether or not null pointer checks are necessary. 
soot.jimple.toolkits.pointer   
 

Uses of ForwardBranchedFlowAnalysis in soot.jimple.toolkits.annotation.nullcheck
 

Subclasses of ForwardBranchedFlowAnalysis in soot.jimple.toolkits.annotation.nullcheck
 class BranchedRefVarsAnalysis
           
 

Uses of ForwardBranchedFlowAnalysis in soot.jimple.toolkits.pointer
 

Subclasses of ForwardBranchedFlowAnalysis in soot.jimple.toolkits.pointer
 class CastCheckEliminator
          A flow analysis that detects redundant cast checks.