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 Type
    Method
    Description
    void
    Processes the intermediate representation.
  • Method Details

    • process

      void process(RuleCompilerContext context, RuleIr ruleIr)
      Processes the intermediate representation.
      Parameters:
      context - - the compiler context