Interface RuleSourceCodeTranslator
-
- All Known Implementing Classes:
DefaultSourceRuleSourceCodeTranslator
public interface RuleSourceCodeTranslatorImplementations of this interface are responsible for converting from a specific rule type to the intermediate representation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleIrtranslate(RuleCompilerContext context)Translates the source code into 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
-
-