public class NoOpRuleTargetCodeGenerator extends Object implements RuleTargetCodeGenerator
| Constructor and Description |
|---|
NoOpRuleTargetCodeGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(RuleCompilerContext context,
RuleIr ruleIr)
Generates the rule engine specific code from the intermediate representation.
|
public void generate(RuleCompilerContext context, RuleIr ruleIr) throws RuleCompilerException
RuleTargetCodeGeneratorgenerate in interface RuleTargetCodeGeneratorcontext - - the rule compiler contextruleIr - - the intermediate representationRuleCompilerException - in an error occurs during the generationCopyright © 2017 SAP SE. All Rights Reserved.