Class NoOpRuleTargetCodeGenerator
java.lang.Object
de.hybris.platform.ruleengineservices.compiler.impl.NoOpRuleTargetCodeGenerator
- All Implemented Interfaces:
RuleTargetCodeGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(RuleCompilerContext context, RuleIr ruleIr) Generates the rule engine specific code from the intermediate representation.
-
Constructor Details
-
NoOpRuleTargetCodeGenerator
public NoOpRuleTargetCodeGenerator()
-
-
Method Details
-
generate
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
-