public class GuaranteedDefs
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<Unit,java.util.List> |
unitToGuaranteedDefs |
| Constructor and Description |
|---|
GuaranteedDefs(UnitGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getGuaranteedDefs(Unit s)
Returns a list of locals guaranteed to be defined at (just
before) program point s.
|
protected java.util.Map<Unit,java.util.List> unitToGuaranteedDefs
public GuaranteedDefs(UnitGraph graph)
public java.util.List getGuaranteedDefs(Unit s)