static class IndexPropagationSystem.MeetOperator extends DF_Operator
| Constructor and Description |
|---|
MeetOperator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(DF_LatticeCell[] operands)
Evaluate a dataflow equation with the MEET operator
|
(package private) boolean |
evaluateArrayMeet(DF_LatticeCell[] operands)
Evaluate a dataflow equation with the MEET operator
for lattice cells representing array heap variables.
|
(package private) boolean |
evaluateObjectMeet(DF_LatticeCell[] operands)
Evaluate a dataflow equation with the MEET operator
for lattice cells representing field heap variables.
|
String |
toString() |
MeetOperator()
public boolean evaluate(DF_LatticeCell[] operands)
evaluate in class DF_Operatoroperands - the operands of the dataflow equationboolean evaluateObjectMeet(DF_LatticeCell[] operands)
operands - the operands of the dataflow equationboolean evaluateArrayMeet(DF_LatticeCell[] operands)
operands - the operands of the dataflow equation