|
|||||||||
| 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.BitVectorKillAll
public class BitVectorKillAll
Just kills everything
| 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 |
| 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()
|
static BitVectorKillAll |
instance()
|
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 |
| Method Detail |
|---|
public static BitVectorKillAll instance()
public byte evaluate(BitVectorVariable lhs,
BitVectorVariable rhs)
UnaryOperator
evaluate in class UnaryOperator<BitVectorVariable>public boolean equals(java.lang.Object o)
equals in class AbstractOperator<BitVectorVariable>public int hashCode()
hashCode in class AbstractOperator<BitVectorVariable>public java.lang.String toString()
toString in class AbstractOperator<BitVectorVariable>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||