public class WhenClause extends Object 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() |
public void accept(ExpressionVisitor expressionVisitor)
accept in interface Expressionpublic Expression getThenExpression()
public void setThenExpression(Expression thenExpression)
thenExpression - The thenExpression to set.public Expression getWhenExpression()
public void setWhenExpression(Expression whenExpression)
whenExpression - The whenExpression to set.Copyright © 2006–2018 TinyGroup. All rights reserved.