|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides an interface for querying for the list of Locals that are live before an after a given unit in a method.
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. |
Method Detail |
public java.util.List getLiveLocalsBefore(Unit s)
s
- the Unit that defines this query.
public java.util.List getLiveLocalsAfter(Unit s)
s
- the Unit that defines this query.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |