protected static class TypeInference.PrimitivePropagateOperator extends com.ibm.wala.fixpoint.AbstractOperator<TypeVariable>
| Modifier | Constructor and Description |
|---|---|
protected |
PrimitivePropagateOperator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte |
evaluate(TypeVariable lhs,
TypeVariable[] rhs) |
int |
hashCode() |
java.lang.String |
toString() |
public byte evaluate(TypeVariable lhs, TypeVariable[] rhs)
evaluate in class com.ibm.wala.fixpoint.AbstractOperator<TypeVariable>public java.lang.String toString()
toString in class com.ibm.wala.fixpoint.AbstractOperator<TypeVariable>public int hashCode()
hashCode in class com.ibm.wala.fixpoint.AbstractOperator<TypeVariable>public boolean equals(java.lang.Object o)
equals in class com.ibm.wala.fixpoint.AbstractOperator<TypeVariable>