public interface LocalDefs
| Modifier and Type | Interface and Description |
|---|---|
static class |
LocalDefs.Factory |
| 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.
|
List<Unit> getDefsOfAt(Local l, Unit s)
null.l - the Local in question.s - a unit that specifies the method context (location) to query for the definitions of the Local.List<Unit> getDefsOf(Local l)
null.l - the Local in question.Copyright © 2020 Soot OSS. All rights reserved.