Uses of Interface
soot.toolkits.scalar.CombinedAnalysis

Packages that use CombinedAnalysis
soot.toolkits.scalar A number of scalar optimizations, and the flow analysis framework. 
 

Uses of CombinedAnalysis in soot.toolkits.scalar
 

Classes in soot.toolkits.scalar that implement CombinedAnalysis
 class CombinedDUAnalysis
          Analysis that computes live locals, local defs, and local uses all at once.
 

Methods in soot.toolkits.scalar that return CombinedAnalysis
static CombinedAnalysis CombinedDUAnalysis.v(UnitGraph graph)
           
static CombinedAnalysis CombinedDUAnalysis.v(UnitGraph graph)