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 TypeMethodDescriptiontranslate(RuleCompilerContext context) Translates the source code into the intermediate representation.
-
Method Details
-
translate
Translates the source code into the intermediate representation.- Parameters:
context- - the rule compiler context- Returns:
- the intermediate representation
-