public class PropagationCallGraphBuilder.FilterOperator extends com.ibm.wala.fixpoint.UnaryOperator<PointsToSetVariable> implements IPointerOperator
| Modifier | Constructor and Description |
|---|---|
protected |
PropagationCallGraphBuilder.FilterOperator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte |
evaluate(PointsToSetVariable lhs,
PointsToSetVariable rhs) |
int |
hashCode() |
boolean |
isComplex()
Is the operator complex; i.e., might it give rise to new constraints?
|
String |
toString() |
protected PropagationCallGraphBuilder.FilterOperator()
public byte evaluate(PointsToSetVariable lhs, PointsToSetVariable rhs)
evaluate in class com.ibm.wala.fixpoint.UnaryOperator<PointsToSetVariable>public boolean isComplex()
IPointerOperatorisComplex in interface IPointerOperatorpublic String toString()
toString in class com.ibm.wala.fixpoint.AbstractOperator<PointsToSetVariable>public boolean equals(Object obj)
equals in class com.ibm.wala.fixpoint.AbstractOperator<PointsToSetVariable>public int hashCode()
hashCode in class com.ibm.wala.fixpoint.AbstractOperator<PointsToSetVariable>Copyright © 2015. All rights reserved.