thenExpression property
Return the expression that is executed if the condition evaluates to
true
.
Implementation
Expression get thenExpression;
Set the expression that is executed if the condition evaluates to true
to the given expression
.
Implementation
set thenExpression(Expression expression);