Interface RuleSourceCodeTranslator

  • All Known Implementing Classes:
    DefaultSourceRuleSourceCodeTranslator

    public interface RuleSourceCodeTranslator
    Implementations of this interface are responsible for converting from a specific rule type to the intermediate representation.
    • Method Detail

      • translate

        RuleIr translate​(RuleCompilerContext context)
        Translates the source code into the intermediate representation.
        Parameters:
        context - - the rule compiler context
        Returns:
        the intermediate representation