Package org.openl.rules.tbasic.compile
Class ParameterConverterManager
- java.lang.Object
-
- org.openl.rules.tbasic.compile.ParameterConverterManager
-
public class ParameterConverterManager extends Object
Converts the parameter defined in the TBasic table specification to the appropriate Operation constructor parameterCreated by dl on 9/16/14.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParameterConverterManager.ParameterConverter
-
Constructor Summary
Constructors Constructor Description ParameterConverterManager(AlgorithmCompiler compiler, IOpenClass returnType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectconvertParam(List<AlgorithmTreeNode> nodesToCompile, Class<?> clazz, String operationParam, IBindingContext bindingContext)
-
-
-
Constructor Detail
-
ParameterConverterManager
public ParameterConverterManager(AlgorithmCompiler compiler, IOpenClass returnType)
-
-
Method Detail
-
convertParam
public Object convertParam(List<AlgorithmTreeNode> nodesToCompile, Class<?> clazz, String operationParam, IBindingContext bindingContext)
-
-