Uses of Class
org.kie.dmn.feel.lang.ast.IterationContextNode
-
Packages that use IterationContextNode Package Description org.kie.dmn.feel.codegen.feel11 org.kie.dmn.feel.lang.ast org.kie.dmn.feel.lang.ast.visitor -
-
Uses of IterationContextNode in org.kie.dmn.feel.codegen.feel11
Methods in org.kie.dmn.feel.codegen.feel11 with parameters of type IterationContextNode Modifier and Type Method Description DirectCompilerResultASTCompilerVisitor. visit(IterationContextNode n) -
Uses of IterationContextNode in org.kie.dmn.feel.lang.ast
Methods in org.kie.dmn.feel.lang.ast that return IterationContextNode Modifier and Type Method Description static IterationContextNodeASTBuilderFactory. newIterationContextNode(org.antlr.v4.runtime.ParserRuleContext ctx, NameDefNode name, BaseNode expr)static IterationContextNodeASTBuilderFactory. newIterationContextNode(org.antlr.v4.runtime.ParserRuleContext ctx, NameDefNode name, BaseNode expr, BaseNode rangeEndExpr)Methods in org.kie.dmn.feel.lang.ast that return types with arguments of type IterationContextNode Modifier and Type Method Description List<IterationContextNode>ForExpressionNode. getIterationContexts()List<IterationContextNode>QuantifiedExpressionNode. getIterationContexts()Methods in org.kie.dmn.feel.lang.ast with parameters of type IterationContextNode Modifier and Type Method Description TVisitor. visit(IterationContextNode n)Method parameters in org.kie.dmn.feel.lang.ast with type arguments of type IterationContextNode Modifier and Type Method Description voidForExpressionNode. setIterationContexts(List<IterationContextNode> iterationContexts)voidQuantifiedExpressionNode. setIterationContexts(List<IterationContextNode> iterationContexts) -
Uses of IterationContextNode in org.kie.dmn.feel.lang.ast.visitor
Methods in org.kie.dmn.feel.lang.ast.visitor with parameters of type IterationContextNode Modifier and Type Method Description TDefaultedVisitor. visit(IterationContextNode n)
-