| Constructor and Description |
|---|
SmartLocalDefs(UnitGraph g,
LiveLocals live) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Unit> |
getDefsOfAt(Local l,
Unit s)
Returns the definition sites for a Local at a certain
point (Unit) in a method.
|
public SmartLocalDefs(UnitGraph g, LiveLocals live)
public java.util.List<Unit> getDefsOfAt(Local l, Unit s)
LocalDefsgetDefsOfAt 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 © 2012-2019 RoboVM AB. All Rights Reserved.