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 Summary

    Modifier and Type
    Method
    Description
    Translates the source code into the intermediate representation.
  • Method Details

    • translate

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