protected class PropagationCallGraphBuilder.InverseFilterOperator extends PropagationCallGraphBuilder.FilterOperator
CHANGED, CHANGED_AND_FIXED, CHANGED_MASK, FIXED_MASK, NOT_CHANGED, NOT_CHANGED_AND_FIXED, SIDE_EFFECT_MASK| Constructor and Description |
|---|
InverseFilterOperator() |
| Modifier and Type | Method and Description |
|---|---|
byte |
evaluate(PointsToSetVariable lhs,
PointsToSetVariable rhs)
Evaluate this equation, setting a new value for the left-hand side.
|
boolean |
isComplex()
Is the operator complex; i.e., might it give rise to new constraints?
|
String |
toString() |
equals, hashCodeevaluate, isIdentity, makeEquationpublic String toString()
toString in class PropagationCallGraphBuilder.FilterOperatorpublic boolean isComplex()
IPointerOperatorisComplex in interface IPointerOperatorisComplex in class PropagationCallGraphBuilder.FilterOperatorpublic byte evaluate(PointsToSetVariable lhs, PointsToSetVariable rhs)
UnaryOperatorevaluate in class PropagationCallGraphBuilder.FilterOperator