| Modifier and Type | Method and Description |
|---|---|
RuleIrNotConditionBuilder |
RuleIrNotConditionBuilder.withVariablesContainer(RuleIrLocalVariablesContainer container) |
| Modifier and Type | Method and Description |
|---|---|
RuleIrLocalVariablesContainer |
RuleCompilerContext.createLocalContainer()
A shortcut to
RuleIrVariablesGenerator.createLocalContainer(). |
RuleIrLocalVariablesContainer |
RuleIrVariablesGenerator.createLocalContainer()
Creates a new local container.
|
RuleIrLocalVariablesContainer |
RuleIrExistsCondition.getVariablesContainer() |
RuleIrLocalVariablesContainer |
RuleIrNotCondition.getVariablesContainer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
RuleCompilerContext.generateLocalVariable(RuleIrLocalVariablesContainer container,
java.lang.Class<?> type)
|
java.lang.String |
RuleIrVariablesGenerator.generateLocalVariable(RuleIrLocalVariablesContainer container,
java.lang.Class<?> type)
Generates a new variable for the given local container and type.
|
void |
RuleIrExistsCondition.setVariablesContainer(RuleIrLocalVariablesContainer variablesContainer) |
void |
RuleIrNotCondition.setVariablesContainer(RuleIrLocalVariablesContainer variablesContainer) |
| Modifier and Type | Method and Description |
|---|---|
RuleIrLocalVariablesContainer |
DefaultRuleIrVariablesGenerator.createLocalContainer() |
RuleIrLocalVariablesContainer |
DefaultRuleCompilerContext.createLocalContainer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
DefaultRuleIrVariablesGenerator.generateLocalVariable(RuleIrLocalVariablesContainer container,
java.lang.Class<?> type) |
java.lang.String |
DefaultRuleCompilerContext.generateLocalVariable(RuleIrLocalVariablesContainer container,
java.lang.Class<?> type) |
Copyright © 2018 SAP SE. All Rights Reserved.