protected static class TypeInference.PrimitivePropagateOperator extends AbstractOperator<TypeVariable>
CHANGED, CHANGED_AND_FIXED, CHANGED_MASK, FIXED_MASK, NOT_CHANGED, NOT_CHANGED_AND_FIXED, SIDE_EFFECT_MASK| Modifier | Constructor and Description |
|---|---|
protected |
PrimitivePropagateOperator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte |
evaluate(TypeVariable lhs,
TypeVariable[] rhs)
Evaluate this equation, setting a new value for the left-hand side.
|
int |
hashCode() |
String |
toString() |
public byte evaluate(TypeVariable lhs, TypeVariable[] rhs)
AbstractOperatorevaluate in class AbstractOperator<TypeVariable>public String toString()
toString in class AbstractOperator<TypeVariable>public int hashCode()
hashCode in class AbstractOperator<TypeVariable>public boolean equals(Object o)
equals in class AbstractOperator<TypeVariable>