Package | Description |
---|---|
org.kie.dmn.feel.lang.ast |
Modifier and Type | Method and Description |
---|---|
static IterationContextNode |
ASTBuilderFactory.newIterationContextNode(org.antlr.v4.runtime.ParserRuleContext ctx,
NameDefNode name,
BaseNode expr) |
Modifier and Type | Method and Description |
---|---|
List<IterationContextNode> |
QuantifiedExpressionNode.getIterationContexts() |
List<IterationContextNode> |
ForExpressionNode.getIterationContexts() |
Modifier and Type | Method and Description |
---|---|
void |
QuantifiedExpressionNode.setIterationContexts(List<IterationContextNode> iterationContexts) |
void |
ForExpressionNode.setIterationContexts(List<IterationContextNode> iterationContexts) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.