Interface RuleIrProcessor
- All Known Implementing Classes:
DefaultSourceRuleIrProcessor,ProductConfigRuleIrProcessor,PromotionRuleIrProcessor
public interface RuleIrProcessor
Implementations of this interface are responsible for processing the rule intermediate representation.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(RuleCompilerContext context, RuleIr ruleIr) Processes the intermediate representation.
-
Method Details
-
process
Processes the intermediate representation.- Parameters:
context- - the compiler context
-