Interface RuleConditionTranslator

    • Method Detail

      • translate

        RuleIrCondition translate​(RuleCompilerContext context,
                                  RuleConditionData condition,
                                  RuleConditionDefinitionData conditionDefinition)
        Translates a rule condition to the intermediate representation.
        Parameters:
        context - - the compiler context
        condition - - the condition
        conditionDefinition - - the condition definition
        Returns:
        the intermediate representation for the condition