protected class PropagationCallGraphBuilder.InverseFilterOperator extends PropagationCallGraphBuilder.FilterOperator
| Constructor and Description |
|---|
InverseFilterOperator() |
| Modifier and Type | Method and Description |
|---|---|
byte |
evaluate(PointsToSetVariable lhs,
PointsToSetVariable rhs) |
boolean |
isComplex()
Is the operator complex; i.e., might it give rise to new constraints?
|
java.lang.String |
toString() |
equals, hashCodepublic java.lang.String toString()
toString in class PropagationCallGraphBuilder.FilterOperatorpublic boolean isComplex()
IPointerOperatorisComplex in interface IPointerOperatorisComplex in class PropagationCallGraphBuilder.FilterOperatorpublic byte evaluate(PointsToSetVariable lhs, PointsToSetVariable rhs)
evaluate in class PropagationCallGraphBuilder.FilterOperator