| Modifier and Type | Class and Description |
|---|---|
static class |
QuantifiedExpressionNode.Quantifier |
| Constructor and Description |
|---|
QuantifiedExpressionNode(org.antlr.v4.runtime.ParserRuleContext ctx,
QuantifiedExpressionNode.Quantifier quantifier,
ListNode list,
BaseNode expression) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
evaluate(EvaluationContext ctx) |
BaseNode |
getExpression() |
List<IterationContextNode> |
getIterationContexts() |
QuantifiedExpressionNode.Quantifier |
getQuantifier() |
Type |
getResultType() |
void |
setExpression(BaseNode expression) |
void |
setIterationContexts(List<IterationContextNode> iterationContexts) |
void |
setQuantifier(QuantifiedExpressionNode.Quantifier quantifier) |
astEvent, astEvent, getEndChar, getEndColumn, getEndLine, getStartChar, getStartColumn, getStartLine, getText, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toStringpublic QuantifiedExpressionNode(org.antlr.v4.runtime.ParserRuleContext ctx,
QuantifiedExpressionNode.Quantifier quantifier,
ListNode list,
BaseNode expression)
public QuantifiedExpressionNode.Quantifier getQuantifier()
public void setQuantifier(QuantifiedExpressionNode.Quantifier quantifier)
public List<IterationContextNode> getIterationContexts()
public void setIterationContexts(List<IterationContextNode> iterationContexts)
public BaseNode getExpression()
public void setExpression(BaseNode expression)
public Boolean evaluate(EvaluationContext ctx)
public Type getResultType()
getResultType in interface ASTNodegetResultType in class BaseNodeCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.