public interface LiveLocals
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.util.List getLiveLocalsBefore(Unit s)
s - the Unit that defines this query.java.util.List getLiveLocalsAfter(Unit s)
s - the Unit that defines this query.Copyright © 2012-2019 RoboVM AB. All Rights Reserved.