public interface LiveLocals
| Modifier and Type | Interface and Description |
|---|---|
static class |
LiveLocals.Factory |
| Modifier and Type | Method and Description |
|---|---|
List<Local> |
getLiveLocalsAfter(Unit s)
Returns the list of Locals that are live after the specified Unit.
|
List<Local> |
getLiveLocalsBefore(Unit s)
Returns the list of Locals that are live before the specified Unit.
|
Copyright © 2020 Soot OSS. All rights reserved.