public class PropagationCallGraphBuilder.GetFieldOperator extends UnarySideEffect implements IPointerOperator
| Modifier and Type | Field and Description |
|---|---|
protected com.ibm.wala.util.intset.MutableIntSet |
priorInstances |
| Constructor and Description |
|---|
PropagationCallGraphBuilder.GetFieldOperator(IField field,
PointsToSetVariable def) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte |
evaluate(PointsToSetVariable rhs) |
protected com.ibm.wala.util.intset.IntSet |
filterInstances(com.ibm.wala.util.intset.IntSet value)
Subclasses can override as needed
|
protected IField |
getField() |
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.GetFieldOperator(IField field, PointsToSetVariable def)
public String toString()
toString in class com.ibm.wala.fixpoint.AbstractOperator<PointsToSetVariable>public byte evaluate(PointsToSetVariable rhs)
evaluate in class UnarySideEffectprotected com.ibm.wala.util.intset.IntSet filterInstances(com.ibm.wala.util.intset.IntSet value)
public int hashCode()
hashCode in class UnarySideEffectpublic boolean equals(Object o)
equals in class UnarySideEffectprotected IField getField()
protected boolean isLoadOperator()
UnarySideEffectisLoadOperator in class UnarySideEffectpublic boolean isComplex()
IPointerOperatorisComplex in interface IPointerOperatorCopyright © 2015. All rights reserved.