| Package | Description |
|---|---|
| de.hybris.platform.ruleengineservices.compiler | |
| de.hybris.platform.ruleengineservices.compiler.impl |
| Modifier and Type | Method and Description |
|---|---|
RuleIrVariablesGenerator |
RuleIrVariablesGeneratorFactory.createVariablesGenerator()
Creates a new variables generator.
|
RuleIrVariablesGenerator |
RuleCompilerContext.getVariablesGenerator()
Returns the variables generator valid for this compiler context.
|
| Modifier and Type | Method and Description |
|---|---|
T |
RuleCompilerContextFactory.createContext(RuleCompilationContext ruleCompilationContext,
AbstractRuleModel rule,
java.lang.String moduleName,
RuleIrVariablesGenerator variablesGenerator)
Creates a new compiler context and sets it as the current one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRuleIrVariablesGenerator
Default implementation of
RuleIrVariablesGenerator |
| Modifier and Type | Method and Description |
|---|---|
RuleIrVariablesGenerator |
DefaultRuleIrVariablesGeneratorFactory.createVariablesGenerator() |
RuleIrVariablesGenerator |
DefaultRuleCompilerContext.getVariablesGenerator() |
| Modifier and Type | Method and Description |
|---|---|
DefaultRuleCompilerContext |
DefaultRuleCompilerContextFactory.createContext(RuleCompilationContext ruleCompilationContext,
AbstractRuleModel rule,
java.lang.String moduleName,
RuleIrVariablesGenerator variablesGenerator) |
| Constructor and Description |
|---|
DefaultRuleCompilerContext(RuleCompilationContext ruleCompilationContext,
AbstractRuleModel rule,
java.lang.String moduleName,
RuleIrVariablesGenerator variablesGenerator) |
Copyright © 2018 SAP SE. All Rights Reserved.