|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.fixpoint.AbstractOperator<T>
com.ibm.wala.fixpoint.UnaryOperator<BitVectorVariable>
com.ibm.wala.dataflow.graph.BitVectorUnionConstant
public class BitVectorUnionConstant
Operator OUT = IN U c
| Field Summary |
|---|
| Fields inherited from interface com.ibm.wala.fixpoint.FixedPointConstants |
|---|
CHANGED, CHANGED_AND_FIXED, CHANGED_MASK, FIXED_MASK, NOT_CHANGED, NOT_CHANGED_AND_FIXED, SIDE_EFFECT_MASK |
| Constructor Summary | |
|---|---|
BitVectorUnionConstant(int c)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
byte |
evaluate(BitVectorVariable lhs,
BitVectorVariable rhs)
Evaluate this equation, setting a new value for the left-hand side. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class com.ibm.wala.fixpoint.UnaryOperator |
|---|
evaluate, isIdentity, makeEquation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BitVectorUnionConstant(int c)
| Method Detail |
|---|
public byte evaluate(BitVectorVariable lhs,
BitVectorVariable rhs)
throws java.lang.IllegalArgumentException
UnaryOperator
evaluate in class UnaryOperator<BitVectorVariable>java.lang.IllegalArgumentExceptionpublic java.lang.String toString()
toString in class AbstractOperator<BitVectorVariable>public int hashCode()
hashCode in class AbstractOperator<BitVectorVariable>public boolean equals(java.lang.Object o)
equals in class AbstractOperator<BitVectorVariable>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||