| Package | Description |
|---|---|
| de.hybris.platform.ruleengineservices.compiler | |
| de.hybris.platform.ruleengineservices.compiler.impl |
| Modifier and Type | Method and Description |
|---|---|
RuleIrLocalVariablesContainer |
RuleIrVariablesGenerator.createLocalContainer()
Creates a new local container.
|
RuleIrLocalVariablesContainer |
RuleCompilerContext.createLocalContainer()
A shortcut to
RuleIrVariablesGenerator.createLocalContainer(). |
RuleIrLocalVariablesContainer |
RuleIrNotCondition.getVariablesContainer() |
RuleIrLocalVariablesContainer |
RuleIrExistsCondition.getVariablesContainer() |
| Modifier and Type | Method and Description |
|---|---|
String |
RuleIrVariablesGenerator.generateLocalVariable(RuleIrLocalVariablesContainer container,
Class<?> type)
Generates a new variable for the given local container and type.
|
String |
RuleCompilerContext.generateLocalVariable(RuleIrLocalVariablesContainer container,
Class<?> type)
|
void |
RuleIrNotCondition.setVariablesContainer(RuleIrLocalVariablesContainer variablesContainer) |
void |
RuleIrExistsCondition.setVariablesContainer(RuleIrLocalVariablesContainer variablesContainer) |
| Modifier and Type | Method and Description |
|---|---|
RuleIrLocalVariablesContainer |
DefaultRuleCompilerContext.createLocalContainer() |
RuleIrLocalVariablesContainer |
DefaultRuleIrVariablesGenerator.createLocalContainer() |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultRuleCompilerContext.generateLocalVariable(RuleIrLocalVariablesContainer container,
Class<?> type) |
String |
DefaultRuleIrVariablesGenerator.generateLocalVariable(RuleIrLocalVariablesContainer container,
Class<?> type) |
Copyright © 2017 SAP SE. All Rights Reserved.