public static class SimpleLocalDefs.StaticSingleAssignment extends Object implements LocalDefs
| Constructor and Description |
|---|
StaticSingleAssignment(Local[] locals,
List<Unit>[] unitList) |
| Modifier and Type | Method and Description |
|---|---|
List<Unit> |
getDefsOf(Local l)
Returns the definition sites for a Local merged over all points in a method.
|
List<Unit> |
getDefsOfAt(Local l,
Unit s)
Returns the definition sites for a Local at a certain point (Unit) in a method.
|
public List<Unit> getDefsOfAt(Local l, Unit s)
LocalDefsnull.getDefsOfAt in interface LocalDefsl - the Local in question.s - a unit that specifies the method context (location) to query for the definitions of the Local.Copyright © 2024 Soot OSS. All rights reserved.