public class WhenClause extends ASTNodeAccessImpl implements Expression
| Constructor and Description |
|---|
WhenClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
Expression |
getThenExpression() |
Expression |
getWhenExpression() |
void |
setThenExpression(Expression thenExpression) |
void |
setWhenExpression(Expression whenExpression) |
String |
toString() |
getASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic void accept(ExpressionVisitor expressionVisitor)
accept in interface Expressionpublic Expression getThenExpression()
public void setThenExpression(Expression thenExpression)
public Expression getWhenExpression()
public void setWhenExpression(Expression whenExpression)
whenExpression - The whenExpression to set.Copyright © 2004–2019 JSQLParser. All rights reserved.