protected static final class TypeInference.DeclaredTypeOperator extends com.ibm.wala.fixedpoint.impl.NullaryOperator<TypeVariable>
| Constructor and Description |
|---|
DeclaredTypeOperator(TypeAbstraction type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte |
evaluate(TypeVariable lhs)
Note that we need evaluate this operator at most once
|
int |
hashCode() |
static boolean |
isNullary() |
java.lang.String |
toString() |
public DeclaredTypeOperator(TypeAbstraction type)
public byte evaluate(TypeVariable lhs)
evaluate in class com.ibm.wala.fixedpoint.impl.NullaryOperator<TypeVariable>public java.lang.String toString()
toString in class com.ibm.wala.fixpoint.AbstractOperator<TypeVariable>Object.toString()public static boolean isNullary()
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>