Interface RuleIrProcessor
-
- All Known Implementing Classes:
DefaultSourceRuleIrProcessor,ProductConfigRuleIrProcessor,PromotionRuleIrProcessor
public interface RuleIrProcessorImplementations of this interface are responsible for processing the rule intermediate representation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(RuleCompilerContext context, RuleIr ruleIr)Processes the intermediate representation.
-
-
-
Method Detail
-
process
void process(RuleCompilerContext context, RuleIr ruleIr)
Processes the intermediate representation.- Parameters:
context- - the compiler context
-
-