Package | Description |
---|---|
org.kie.dmn.feel.lang.ast |
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–2018 JBoss by Red Hat. All rights reserved.