public class TypeVariable extends com.ibm.wala.fixpoint.AbstractVariable<TypeVariable>
TypeInference| Constructor and Description |
|---|
TypeVariable(TypeAbstraction type) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyState(TypeVariable other) |
TypeAbstraction |
getType() |
void |
setType(TypeAbstraction type) |
java.lang.String |
toString() |
equals, getOrderNumber, hashCode, nextHash, setOrderNumbergetGraphNodeId, setGraphNodeIdpublic TypeVariable(TypeAbstraction type)
public void copyState(TypeVariable other) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionpublic TypeAbstraction getType()
public void setType(TypeAbstraction type)
public java.lang.String toString()
toString in class java.lang.Object