| Package | Description |
|---|---|
| org.kie.dmn.feel.codegen.feel11 | |
| org.kie.dmn.feel.lang.ast | |
| org.kie.dmn.feel.lang.ast.visitor |
| Modifier and Type | Method and Description |
|---|---|
DirectCompilerResult |
ASTCompilerVisitor.visit(IterationContextNode n) |
| Modifier and Type | Method and Description |
|---|---|
static IterationContextNode |
ASTBuilderFactory.newIterationContextNode(org.antlr.v4.runtime.ParserRuleContext ctx,
NameDefNode name,
BaseNode expr) |
static IterationContextNode |
ASTBuilderFactory.newIterationContextNode(org.antlr.v4.runtime.ParserRuleContext ctx,
NameDefNode name,
BaseNode expr,
BaseNode rangeEndExpr) |
| Modifier and Type | Method and Description |
|---|---|
List<IterationContextNode> |
QuantifiedExpressionNode.getIterationContexts() |
List<IterationContextNode> |
ForExpressionNode.getIterationContexts() |
| Modifier and Type | Method and Description |
|---|---|
T |
Visitor.visit(IterationContextNode n) |
| Modifier and Type | Method and Description |
|---|---|
void |
QuantifiedExpressionNode.setIterationContexts(List<IterationContextNode> iterationContexts) |
void |
ForExpressionNode.setIterationContexts(List<IterationContextNode> iterationContexts) |
| Modifier and Type | Method and Description |
|---|---|
T |
DefaultedVisitor.visit(IterationContextNode n) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.