Class PropagationCallGraphBuilder.ArrayLoadOperator
java.lang.Object
com.ibm.wala.fixpoint.AbstractOperator<PointsToSetVariable>
com.ibm.wala.fixpoint.UnaryOperator<PointsToSetVariable>
com.ibm.wala.ipa.callgraph.propagation.UnarySideEffect
com.ibm.wala.ipa.callgraph.propagation.PropagationCallGraphBuilder.ArrayLoadOperator
- All Implemented Interfaces:
FixedPointConstants, IPointerOperator
- Enclosing class:
PropagationCallGraphBuilder
public final class PropagationCallGraphBuilder.ArrayLoadOperator
extends UnarySideEffect
implements IPointerOperator
Binary op: <dummy>:= ArrayLoad( <arrayref>) Side effect: Creates new equations.
-
Field Summary
Fields inherited from interface FixedPointConstants
CHANGED, CHANGED_AND_FIXED, CHANGED_MASK, FIXED_MASK, NOT_CHANGED, NOT_CHANGED_AND_FIXED, SIDE_EFFECT_MASK -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class UnarySideEffect
equals, evaluate, replaceFixedSetMethods inherited from class UnaryOperator
evaluate, isIdentity, makeEquation
-
Constructor Details
-
ArrayLoadOperator
-
-
Method Details
-
toString
- Specified by:
toStringin classAbstractOperator<PointsToSetVariable>
-
evaluate
- Specified by:
evaluatein classUnarySideEffect
-
hashCode
public int hashCode()- Overrides:
hashCodein classUnarySideEffect
-
isLoadOperator
protected boolean isLoadOperator()Description copied from class:UnarySideEffectA "load" operator generates defs of the fixed set. A "store" operator generates uses of the fixed set.- Specified by:
isLoadOperatorin classUnarySideEffect
-
isComplex
public boolean isComplex()Description copied from interface:IPointerOperatorIs the operator complex; i.e., might it give rise to new constraints?- Specified by:
isComplexin interfaceIPointerOperator
-