|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.toolkits.scalar.SimpleLiveLocals
Analysis that provides an implementation of the LiveLocals interface.
Constructor Summary | |
SimpleLiveLocals(UnitGraph graph)
Computes the analysis given a UnitGraph computed from a method body. |
Method Summary | |
List |
getLiveLocalsAfter(Unit s)
Returns the list of Locals that are live after the specified Unit. |
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(UnitGraph graph)
ExceptionalUnitGraph
Method Detail |
public List getLiveLocalsAfter(Unit s)
LiveLocals
getLiveLocalsAfter
in interface LiveLocals
s
- the Unit that defines this query.
public List getLiveLocalsBefore(Unit s)
LiveLocals
getLiveLocalsBefore
in interface LiveLocals
s
- the Unit that defines this query.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |