public class TernaryExpression extends JavaNode implements Expression
| Constructor and Description |
|---|
TernaryExpression() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getCondition() |
Expression |
getElseExpression() |
Expression |
getThenExpression() |
void |
setCondition(Expression condition) |
void |
setElseExpression(Expression elseExpression) |
void |
setThenExpression(Expression thenExpression) |
protected void |
visitChildren(Visitors visitors) |
getEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndColumn, getEndLine, getStartColumn, getStartLine, visitpublic Expression getCondition()
public Expression getElseExpression()
public Expression getThenExpression()
public void setCondition(Expression condition)
public void setElseExpression(Expression elseExpression)
public void setThenExpression(Expression thenExpression)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeCopyright © 2013. All rights reserved.