public interface LocalDefs
| Modifier and Type | Interface and Description |
|---|---|
static class |
LocalDefs.Factory |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Unit> |
getDefsOf(Local l)
Returns the definition sites for a Local merged over all points
in a method.
|
java.util.List<Unit> |
getDefsOfAt(Local l,
Unit s)
Returns the definition sites for a Local at a certain
point (Unit) in a method.
|
java.util.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.java.util.List<Unit> getDefsOf(Local l)
null.l - the Local in question.