|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.toolkits.scalar.SimpleLiveLocals
Analysis that provides an implementation of the LiveLocals interface.
Constructor Summary | |
SimpleLiveLocals(CompleteUnitGraph graph)
Computes the analysis given a CompleteUnitGraph computed from a method body. |
Method Summary | |
java.util.List |
getLiveLocalsAfter(Unit s)
Returns the list of Locals that are live after the specified Unit. |
java.util.List |
getLiveLocalsBefore(Unit s)
Returns the list of Locals that are live before the specified Unit. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SimpleLiveLocals(CompleteUnitGraph graph)
g
- a graph on which to compute the analysis.CompleteUnitGraph
Method Detail |
public java.util.List getLiveLocalsAfter(Unit s)
s
- the Unit that defines this query.public java.util.List getLiveLocalsBefore(Unit s)
s
- the Unit that defines this query.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |