thenStatement property
Return the statement that is executed if the condition evaluates to
true
.
Implementation
Statement get thenStatement;
Set the statement that is executed if the condition evaluates to true
to
the given statement
.
Implementation
set thenStatement(Statement statement);