Uses of Interface
soot.toolkits.scalar.LiveLocals

Packages that use LiveLocals
soot.jimple.toolkits.annotation.parity   
soot.toolkits.scalar A number of scalar optimizations, and the flow analysis framework. 
 

Uses of LiveLocals in soot.jimple.toolkits.annotation.parity
 

Constructors in soot.jimple.toolkits.annotation.parity with parameters of type LiveLocals
ParityAnalysis(UnitGraph g, LiveLocals filter)
           
ParityAnalysis(UnitGraph g, LiveLocals filter)
           
 

Uses of LiveLocals in soot.toolkits.scalar
 

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

Constructors in soot.toolkits.scalar with parameters of type LiveLocals
FastColorer.UnitInterferenceGraph(Body body, Map<Local,Object> localToGroup, LiveLocals liveLocals)
           
FastColorer.UnitInterferenceGraph(Body body, Map<Local,Object> localToGroup, LiveLocals liveLocals)
           
SmartLocalDefs(UnitGraph g, LiveLocals live)
           
SmartLocalDefs(UnitGraph g, LiveLocals live)