Uses of Interface
soot.toolkits.scalar.LocalUses

Packages that use LocalUses
soot.shimple.toolkits.scalar Some analyses based on Shimple. 
soot.toolkits.scalar A number of scalar optimizations, and the flow analysis framework. 
 

Uses of LocalUses in soot.shimple.toolkits.scalar
 

Classes in soot.shimple.toolkits.scalar that implement LocalUses
 class ShimpleLocalUses
          This class implements the LocalUses interface for Shimple.
 

Uses of LocalUses in soot.toolkits.scalar
 

Subinterfaces of LocalUses in soot.toolkits.scalar
 interface CombinedAnalysis
          Analysis that computes live locals, local defs, and local uses all at once.
 

Classes in soot.toolkits.scalar that implement LocalUses
 class CombinedDUAnalysis
          Analysis that computes live locals, local defs, and local uses all at once.
 class SimpleLocalUses
          Analysis that implements the LocalUses interface.