Uses of Class
de.hybris.platform.ruleengineservices.compiler.RuleIr
-
-
Uses of RuleIr in de.hybris.platform.droolsruleengineservices.compiler
Methods in de.hybris.platform.droolsruleengineservices.compiler that return RuleIr Modifier and Type Method Description RuleIrDroolsRuleGeneratorContext. getRuleIr() -
Uses of RuleIr in de.hybris.platform.droolsruleengineservices.compiler.impl
Methods in de.hybris.platform.droolsruleengineservices.compiler.impl that return RuleIr Modifier and Type Method Description RuleIrDefaultDroolsGeneratorContext. getRuleIr()RuleIrDefaultDroolsRuleConditionsGenerator.DroolsRuleConditionsGeneratorContext. getRuleIr()Methods in de.hybris.platform.droolsruleengineservices.compiler.impl with parameters of type RuleIr Modifier and Type Method Description protected DroolsRuleGeneratorContextDefaultDroolsRuleTargetCodeGenerator. createGeneratorContext(RuleCompilerContext context, RuleIr ruleIr, DroolsRuleModel droolsRule)voidDefaultDroolsRuleTargetCodeGenerator. generate(RuleCompilerContext context, RuleIr ruleIr)Constructors in de.hybris.platform.droolsruleengineservices.compiler.impl with parameters of type RuleIr Constructor Description DefaultDroolsGeneratorContext(RuleCompilerContext ruleCompilerContext, RuleIr ruleIr, DroolsRuleModel droolsRule) -
Uses of RuleIr in de.hybris.platform.promotionengineservices.compiler.processors
Methods in de.hybris.platform.promotionengineservices.compiler.processors with parameters of type RuleIr Modifier and Type Method Description voidPromotionRuleIrProcessor. process(RuleCompilerContext context, RuleIr ruleIr) -
Uses of RuleIr in de.hybris.platform.ruleengineservices.compiler
Methods in de.hybris.platform.ruleengineservices.compiler that return RuleIr Modifier and Type Method Description RuleIrRuleSourceCodeTranslator. translate(RuleCompilerContext context)Translates the source code into the intermediate representation.Methods in de.hybris.platform.ruleengineservices.compiler with parameters of type RuleIr Modifier and Type Method Description voidRuleTargetCodeGenerator. generate(RuleCompilerContext context, RuleIr ruleIr)Generates the rule engine specific code from the intermediate representation.voidRuleIrProcessor. process(RuleCompilerContext context, RuleIr ruleIr)Processes the intermediate representation. -
Uses of RuleIr in de.hybris.platform.ruleengineservices.compiler.impl
Methods in de.hybris.platform.ruleengineservices.compiler.impl that return RuleIr Modifier and Type Method Description RuleIrDefaultSourceRuleSourceCodeTranslator. translate(RuleCompilerContext context)Methods in de.hybris.platform.ruleengineservices.compiler.impl with parameters of type RuleIr Modifier and Type Method Description voidNoOpRuleTargetCodeGenerator. generate(RuleCompilerContext context, RuleIr ruleIr)voidDefaultSourceRuleIrProcessor. process(RuleCompilerContext context, RuleIr ruleIr) -
Uses of RuleIr in de.hybris.platform.sap.productconfig.rules.compiler.processors
Methods in de.hybris.platform.sap.productconfig.rules.compiler.processors with parameters of type RuleIr Modifier and Type Method Description voidProductConfigRuleIrProcessor. process(RuleCompilerContext context, RuleIr ruleIr)
-