Class TypeVariable
java.lang.Object
com.ibm.wala.util.graph.impl.NodeWithNumber
com.ibm.wala.fixpoint.AbstractVariable<TypeVariable>
com.ibm.wala.analysis.typeInference.TypeVariable
- All Implemented Interfaces:
IVariable<TypeVariable>, INodeWithNumber
- Direct Known Subclasses:
DalvikTypeVariable
A type variable in the dataflow system for type inference.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyState(TypeVariable other) Set this variable to have the same state as another onegetType()voidsetType(TypeAbstraction type) toString()Methods inherited from class AbstractVariable
equals, getOrderNumber, hashCode, nextHash, setOrderNumberMethods inherited from class NodeWithNumber
getGraphNodeId, setGraphNodeIdMethods inherited from interface INodeWithNumber
getGraphNodeId, setGraphNodeId
-
Constructor Details
-
TypeVariable
-
-
Method Details
-
copyState
Description copied from interface:IVariableSet this variable to have the same state as another one- Throws:
IllegalArgumentException
-
getType
-
setType
-
toString
-