|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.toolkits.scalar.SimpleLocalUses
Analysis that implements the LocalUses interface. Uses for a Local defined at a given Unit are returned as a list of UnitValueBoxPairs each containing a Unit that use the local and the Local itself wrapped in a ValueBox.
Constructor Summary | |
SimpleLocalUses(CompleteUnitGraph graph,
LocalDefs localDefs)
Construct the analysis from a CompleteUnitGraph representation of a method body and a LocalDefs interface. |
Method Summary | |
java.util.List |
getUsesOf(Unit s)
Uses for a Local defined at a given Unit are returned as a list of UnitValueBoxPairs each containing a Unit that use the local and the Local itself wrapped in a ValueBox. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleLocalUses(CompleteUnitGraph graph, LocalDefs localDefs)
Method Detail |
public java.util.List getUsesOf(Unit s)
getUsesOf
in interface LocalUses
s
- a unit that we want to query for the uses of the Local it (may) define.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |