public interface LocalUses
| Modifier and Type | Interface and Description |
|---|---|
static class |
LocalUses.Factory |
| Modifier and Type | Method and Description |
|---|---|
List<UnitValueBoxPair> |
getUsesOf(Unit s)
Returns a list of the Units that use the Local that is defined by a given Unit.
|
List<UnitValueBoxPair> getUsesOf(Unit s)
s - the unit we wish to query for the use of the Local it defines.Copyright © 2020 Soot OSS. All rights reserved.