public interface RuleCompilerContextFactory<T extends RuleCompilerContext>
RuleCompilerContext.| Modifier and Type | Method and Description |
|---|---|
T |
createContext(RuleCompilationContext ruleCompilationContext,
AbstractRuleModel rule,
java.lang.String moduleName,
RuleIrVariablesGenerator variablesGenerator)
Creates a new compiler context and sets it as the current one.
|
T createContext(RuleCompilationContext ruleCompilationContext, AbstractRuleModel rule, java.lang.String moduleName, RuleIrVariablesGenerator variablesGenerator)
ruleCompilationContext - - instance of RuleCompilationContextrule - - the rule to compilemoduleName - - the rules module namevariablesGenerator - - the variables generatorCopyright © 2018 SAP SE. All Rights Reserved.