Uses of Class
org.kie.dmn.feel.lang.ast.QuantifiedExpressionNode.Quantifier
-
Packages that use QuantifiedExpressionNode.Quantifier Package Description org.kie.dmn.feel.codegen.feel11 org.kie.dmn.feel.lang.ast -
-
Uses of QuantifiedExpressionNode.Quantifier in org.kie.dmn.feel.codegen.feel11
Methods in org.kie.dmn.feel.codegen.feel11 with parameters of type QuantifiedExpressionNode.Quantifier Modifier and Type Method Description static CompiledFEELSupport.QuantBuilderCompiledFEELSupport. quant(QuantifiedExpressionNode.Quantifier quantOp, EvaluationContext ctx)static com.github.javaparser.ast.expr.ExpressionExpressions. quantifier(QuantifiedExpressionNode.Quantifier quantifier, com.github.javaparser.ast.expr.Expression condition, List<com.github.javaparser.ast.expr.Expression> iterationContexts)Constructors in org.kie.dmn.feel.codegen.feel11 with parameters of type QuantifiedExpressionNode.Quantifier Constructor Description QuantBuilder(QuantifiedExpressionNode.Quantifier quantOp, EvaluationContext evaluationContext) -
Uses of QuantifiedExpressionNode.Quantifier in org.kie.dmn.feel.lang.ast
Methods in org.kie.dmn.feel.lang.ast that return QuantifiedExpressionNode.Quantifier Modifier and Type Method Description QuantifiedExpressionNode.QuantifierQuantifiedExpressionNode. getQuantifier()static QuantifiedExpressionNode.QuantifierQuantifiedExpressionNode.Quantifier. resolve(String text)static QuantifiedExpressionNode.QuantifierQuantifiedExpressionNode.Quantifier. valueOf(String name)Returns the enum constant of this type with the specified name.static QuantifiedExpressionNode.Quantifier[]QuantifiedExpressionNode.Quantifier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.dmn.feel.lang.ast with parameters of type QuantifiedExpressionNode.Quantifier Modifier and Type Method Description static QuantifiedExpressionNodeASTBuilderFactory. newQuantifiedExpression(org.antlr.v4.runtime.ParserRuleContext ctx, QuantifiedExpressionNode.Quantifier quant, ListNode list, BaseNode expr)voidQuantifiedExpressionNode. setQuantifier(QuantifiedExpressionNode.Quantifier quantifier)Constructors in org.kie.dmn.feel.lang.ast with parameters of type QuantifiedExpressionNode.Quantifier Constructor Description QuantifiedExpressionNode(org.antlr.v4.runtime.ParserRuleContext ctx, QuantifiedExpressionNode.Quantifier quantifier, ListNode list, BaseNode expression)
-