Uses of Interface
soot.toolkits.scalar.LocalDefs

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

Uses of LocalDefs in soot.shimple.toolkits.scalar
 

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

Uses of LocalDefs in soot.toolkits.scalar
 

Subinterfaces of LocalDefs 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 LocalDefs
 class CombinedDUAnalysis
          Analysis that computes live locals, local defs, and local uses all at once.
 class SimpleLocalDefs
          Analysis that provides an implementation of the LocalDefs interface.
 class SmartLocalDefs
          Analysis that provides an implementation of the LocalDefs interface.
 

Constructors in soot.toolkits.scalar with parameters of type LocalDefs
SimpleLocalUses(Body body, LocalDefs localDefs)
          Construct the analysis from a method body and a LocalDefs interface.
SimpleLocalUses(Body body, LocalDefs localDefs)
          Construct the analysis from a method body and a LocalDefs interface.
SimpleLocalUses(UnitGraph graph, LocalDefs localDefs)
          Construct the analysis from a UnitGraph representation of a method body and a LocalDefs interface.
SimpleLocalUses(UnitGraph graph, LocalDefs localDefs)
          Construct the analysis from a UnitGraph representation of a method body and a LocalDefs interface.