Class NoOpRuleTargetCodeGenerator
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.compiler.impl.NoOpRuleTargetCodeGenerator
-
- All Implemented Interfaces:
RuleTargetCodeGenerator
public class NoOpRuleTargetCodeGenerator extends java.lang.Object implements RuleTargetCodeGenerator
-
-
Constructor Summary
Constructors Constructor Description NoOpRuleTargetCodeGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(RuleCompilerContext context, RuleIr ruleIr)Generates the rule engine specific code from the intermediate representation.
-
-
-
Method Detail
-
generate
public void generate(RuleCompilerContext context, RuleIr ruleIr)
Description copied from interface:RuleTargetCodeGeneratorGenerates the rule engine specific code from the intermediate representation.- Specified by:
generatein interfaceRuleTargetCodeGenerator- Parameters:
context- - the rule compiler contextruleIr- - the intermediate representation
-
-