Constructor and Description |
---|
IfExpressionNode(org.antlr.v4.runtime.ParserRuleContext ctx,
BaseNode condition,
BaseNode thenExpression,
BaseNode elseExpression) |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(EvaluationContext ctx) |
BaseNode |
getCondition() |
BaseNode |
getElseExpression() |
BaseNode |
getThenExpression() |
void |
setCondition(BaseNode condition) |
void |
setElseExpression(BaseNode elseExpression) |
void |
setThenExpression(BaseNode thenExpression) |
astEvent, astEvent, getEndChar, getEndColumn, getEndLine, getResultType, getStartChar, getStartColumn, getStartLine, getText, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toString
public BaseNode getCondition()
public void setCondition(BaseNode condition)
public BaseNode getThenExpression()
public void setThenExpression(BaseNode thenExpression)
public BaseNode getElseExpression()
public void setElseExpression(BaseNode elseExpression)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.