Uses of Class
de.hybris.platform.ruleengineservices.compiler.RuleIr
Packages that use RuleIr
Package
Description
-
Uses of RuleIr in de.hybris.platform.droolsruleengineservices.compiler
Methods in de.hybris.platform.droolsruleengineservices.compiler that return RuleIr -
Uses of RuleIr in de.hybris.platform.droolsruleengineservices.compiler.impl
Methods in de.hybris.platform.droolsruleengineservices.compiler.impl that return RuleIrModifier and TypeMethodDescriptionDefaultDroolsGeneratorContext.getRuleIr()DefaultDroolsRuleConditionsGenerator.DroolsRuleConditionsGeneratorContext.getRuleIr()Methods in de.hybris.platform.droolsruleengineservices.compiler.impl with parameters of type RuleIrModifier and TypeMethodDescriptionprotected DroolsRuleGeneratorContextDefaultDroolsRuleTargetCodeGenerator.createGeneratorContext(RuleCompilerContext context, RuleIr ruleIr, DroolsRuleModel droolsRule) protected DroolsRuleGeneratorContextDefaultValidationAndOutputEncodingITTest.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 RuleIrModifierConstructorDescriptionDefaultDroolsGeneratorContext(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 RuleIrModifier and TypeMethodDescriptionvoidPromotionRuleIrProcessor.process(RuleCompilerContext context, RuleIr ruleIr) -
Uses of RuleIr in de.hybris.platform.ruleengineservices.compiler
Methods in de.hybris.platform.ruleengineservices.compiler that return RuleIrModifier and TypeMethodDescriptionRuleSourceCodeTranslator.translate(RuleCompilerContext context) Translates the source code into the intermediate representation.Methods in de.hybris.platform.ruleengineservices.compiler with parameters of type RuleIrModifier and TypeMethodDescriptionvoidRuleTargetCodeGenerator.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 RuleIrModifier and TypeMethodDescriptionDefaultSourceRuleSourceCodeTranslator.translate(RuleCompilerContext context) Methods in de.hybris.platform.ruleengineservices.compiler.impl with parameters of type RuleIrModifier and TypeMethodDescriptionvoidNoOpRuleTargetCodeGenerator.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 RuleIrModifier and TypeMethodDescriptionvoidProductConfigRuleIrProcessor.process(RuleCompilerContext context, RuleIr ruleIr)