|
|||||||||||
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 | |
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. |
Method Detail |
public List getLiveLocalsBefore(Unit s)
s
- the Unit that defines this query.
public 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 |