public class BitVectorUnion extends AbstractMeetOperator<BitVectorVariable>
CHANGED, CHANGED_AND_FIXED, CHANGED_MASK, FIXED_MASK, NOT_CHANGED, NOT_CHANGED_AND_FIXED, SIDE_EFFECT_MASK| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte |
evaluate(BitVectorVariable lhs,
BitVectorVariable[] rhs)
Evaluate this equation, setting a new value for the left-hand side.
|
int |
hashCode() |
static BitVectorUnion |
instance() |
String |
toString() |
isUnaryNoOppublic static BitVectorUnion instance()
public String toString()
toString in class AbstractOperator<BitVectorVariable>Object.toString()public int hashCode()
hashCode in class AbstractOperator<BitVectorVariable>public boolean equals(Object o)
equals in class AbstractOperator<BitVectorVariable>public byte evaluate(BitVectorVariable lhs, BitVectorVariable[] rhs) throws IllegalArgumentException
AbstractOperatorevaluate in class AbstractOperator<BitVectorVariable>IllegalArgumentExceptionAbstractOperator.evaluate(com.ibm.wala.fixpoint.IVariable,
com.ibm.wala.fixpoint.IVariable[])