soot.toolkits.scalar
Interface LocalUses

All Known Subinterfaces:
CombinedAnalysis
All Known Implementing Classes:
CombinedDUAnalysis, ShimpleLocalUses, SimpleLocalUses

public interface LocalUses

Provides an interface to find the Units that use a Local defined at a given Unit.


Method Summary
 List getUsesOf(Unit s)
          Returns a list of the Units that use the Local that is defined by a given Unit.
 

Method Detail

getUsesOf

List getUsesOf(Unit s)
Returns a list of the Units that use the Local that is defined by a given Unit.

Parameters:
s - the unit we wish to query for the use of the Local it defines.
Returns:
a list of the Local's uses.