public interface DF_LatticeCell extends GraphNode
Modifier and Type | Method and Description |
---|---|
void |
addDef(DF_Equation eq)
Note that this variable appears on the LHS of an equation
|
void |
addUse(DF_Equation eq)
Note that this variable appears on the RHS of an equation
|
Iterator<DF_Equation> |
getDefs()
Returns an enumeration of the equations in which this
lattice cell is defined.
|
Iterator<DF_Equation> |
getUses()
Returns an enumeration of the equations in which this
lattice cell is used.
|
String |
toString()
Return a string representation of the cell
|
Iterator<DF_Equation> getUses()
Iterator<DF_Equation> getDefs()
void addUse(DF_Equation eq)
eq
- the equationvoid addDef(DF_Equation eq)
eq
- the equation