protected static final class TypeInference.DeclaredTypeOperator extends NullaryOperator<TypeVariable>
CHANGED, CHANGED_AND_FIXED, CHANGED_MASK, FIXED_MASK, NOT_CHANGED, NOT_CHANGED_AND_FIXED, SIDE_EFFECT_MASK
Constructor and Description |
---|
DeclaredTypeOperator(TypeAbstraction type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte |
evaluate(TypeVariable lhs)
Note that we need evaluate this operator at most once
|
int |
hashCode() |
boolean |
isNullary() |
String |
toString() |
evaluate
public DeclaredTypeOperator(TypeAbstraction type)
public byte evaluate(TypeVariable lhs)
evaluate
in class NullaryOperator<TypeVariable>
public String toString()
toString
in class AbstractOperator<TypeVariable>
Object.toString()
public boolean isNullary()
public int hashCode()
hashCode
in class AbstractOperator<TypeVariable>
public boolean equals(Object o)
equals
in class AbstractOperator<TypeVariable>