soot.toolkits.scalar
Interface LocalUses
- All Known Implementing Classes:
- SimpleLocalUses
- public interface LocalUses
Provides an interface to find the Units that use
a Local defined at a given Unit.
Method Summary |
java.util.List |
getUsesOf(Unit s)
Returns a list of the Units that use the Local that is
defined by a given Unit. |
getUsesOf
public java.util.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.