public final class PropagationCallGraphBuilder.ArrayStoreOperator extends UnarySideEffect implements IPointerOperator
| Constructor and Description |
|---|
PropagationCallGraphBuilder.ArrayStoreOperator(PointsToSetVariable val) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte |
evaluate(PointsToSetVariable rhs) |
int |
hashCode() |
boolean |
isComplex()
Is the operator complex; i.e., might it give rise to new constraints?
|
protected boolean |
isLoadOperator()
A "load" operator generates defs of the fixed set.
|
String |
toString() |
evaluate, replaceFixedSetpublic PropagationCallGraphBuilder.ArrayStoreOperator(PointsToSetVariable val)
public String toString()
toString in class com.ibm.wala.fixpoint.AbstractOperator<PointsToSetVariable>public byte evaluate(PointsToSetVariable rhs)
evaluate in class UnarySideEffectpublic int hashCode()
hashCode in class UnarySideEffectpublic boolean isComplex()
IPointerOperatorisComplex in interface IPointerOperatorpublic boolean equals(Object o)
equals in class UnarySideEffectprotected boolean isLoadOperator()
UnarySideEffectisLoadOperator in class UnarySideEffectCopyright © 2015. All rights reserved.