Package | Description |
---|---|
org.kie.dmn.feel.lang.ast |
Modifier and Type | Method and Description |
---|---|
ListNode |
FunctionInvocationNode.getParams() |
static ListNode |
ASTBuilderFactory.newListNode(org.antlr.v4.runtime.ParserRuleContext ctx,
List<BaseNode> exprs) |
Modifier and Type | Method and Description |
---|---|
static ContextNode |
ASTBuilderFactory.newContextNode(org.antlr.v4.runtime.ParserRuleContext ctx,
ListNode list) |
static ForExpressionNode |
ASTBuilderFactory.newForExpression(org.antlr.v4.runtime.ParserRuleContext ctx,
ListNode list,
BaseNode expr) |
static FunctionDefNode |
ASTBuilderFactory.newFunctionDefinition(org.antlr.v4.runtime.ParserRuleContext ctx,
ListNode parameters,
boolean external,
BaseNode body) |
static FunctionInvocationNode |
ASTBuilderFactory.newFunctionInvocationNode(org.antlr.v4.runtime.ParserRuleContext ctx,
BaseNode name,
ListNode params) |
static QuantifiedExpressionNode |
ASTBuilderFactory.newQuantifiedExpression(org.antlr.v4.runtime.ParserRuleContext ctx,
QuantifiedExpressionNode.Quantifier quant,
ListNode list,
BaseNode expr) |
void |
FunctionInvocationNode.setParams(ListNode params) |
Constructor and Description |
---|
ContextNode(org.antlr.v4.runtime.ParserRuleContext ctx,
ListNode list) |
ForExpressionNode(org.antlr.v4.runtime.ParserRuleContext ctx,
ListNode iterationContexts,
BaseNode expression) |
FunctionDefNode(org.antlr.v4.runtime.ParserRuleContext ctx,
ListNode formalParameters,
boolean external,
BaseNode body) |
FunctionInvocationNode(org.antlr.v4.runtime.ParserRuleContext ctx,
BaseNode name,
ListNode params) |
QuantifiedExpressionNode(org.antlr.v4.runtime.ParserRuleContext ctx,
QuantifiedExpressionNode.Quantifier quantifier,
ListNode list,
BaseNode expression) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.