Package org.openl.rules.tbasic.compile
Interface AlgorithmCompiler.OperationPreprocessor
-
- Enclosing class:
- AlgorithmCompiler
public static interface AlgorithmCompiler.OperationPreprocessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpreprocess(List<AlgorithmTreeNode> nodesToCompile, org.openl.rules.tbasic.compile.ConversionRuleStep conversionStep, IBindingContext bindingContext)
-
-
-
Method Detail
-
preprocess
void preprocess(List<AlgorithmTreeNode> nodesToCompile, org.openl.rules.tbasic.compile.ConversionRuleStep conversionStep, IBindingContext bindingContext)
-
-