Package | Description |
---|---|
org.kie.dmn.feel.codegen.feel11 | |
org.kie.dmn.feel.lang.ast |
Modifier and Type | Method and Description |
---|---|
static CompiledFEELSupport.QuantBuilder |
CompiledFEELSupport.quant(QuantifiedExpressionNode.Quantifier quantOp,
EvaluationContext ctx) |
static org.drools.javaparser.ast.expr.Expression |
Expressions.quantifier(QuantifiedExpressionNode.Quantifier quantifier,
org.drools.javaparser.ast.expr.Expression condition,
List<org.drools.javaparser.ast.expr.Expression> iterationContexts) |
Constructor and Description |
---|
QuantBuilder(QuantifiedExpressionNode.Quantifier quantOp,
EvaluationContext evaluationContext) |
Modifier and Type | Method and Description |
---|---|
QuantifiedExpressionNode.Quantifier |
QuantifiedExpressionNode.getQuantifier() |
static QuantifiedExpressionNode.Quantifier |
QuantifiedExpressionNode.Quantifier.resolve(String text) |
static QuantifiedExpressionNode.Quantifier |
QuantifiedExpressionNode.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.
|
Modifier and Type | Method and Description |
---|---|
static QuantifiedExpressionNode |
ASTBuilderFactory.newQuantifiedExpression(org.antlr.v4.runtime.ParserRuleContext ctx,
QuantifiedExpressionNode.Quantifier quant,
ListNode list,
BaseNode expr) |
void |
QuantifiedExpressionNode.setQuantifier(QuantifiedExpressionNode.Quantifier quantifier) |
Constructor and Description |
---|
QuantifiedExpressionNode(org.antlr.v4.runtime.ParserRuleContext ctx,
QuantifiedExpressionNode.Quantifier quantifier,
ListNode list,
BaseNode expression) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.