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, toString
public 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 ASTNode
getResultType
in class BaseNode
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.