public interface LiveLocals
| Modifier and Type | Interface and Description |
|---|---|
static class |
LiveLocals.Factory |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Local> |
getLiveLocalsAfter(Unit s)
Returns the list of Locals that are live after the specified
Unit.
|
java.util.List<Local> |
getLiveLocalsBefore(Unit s)
Returns the list of Locals that are live before the specified
Unit.
|