Class TypeInference.TypeVarFactory
- java.lang.Object
-
- com.ibm.wala.analysis.typeInference.TypeInference.TypeVarFactory
-
- All Implemented Interfaces:
SSAInference.VariableFactory
- Enclosing class:
- TypeInference
public class TypeInference.TypeVarFactory extends Object implements SSAInference.VariableFactory
-
-
Constructor Summary
Constructors Constructor Description TypeVarFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IVariable
makeVariable(int valueNumber)
Make the variable for a given value number.
-
-
-
Method Detail
-
makeVariable
public IVariable makeVariable(int valueNumber)
Description copied from interface:SSAInference.VariableFactory
Make the variable for a given value number.- Specified by:
makeVariable
in interfaceSSAInference.VariableFactory
- Returns:
- a newly created dataflow variable, or null if not applicable.
-
-