public class CommandReturn extends AbstractCommand
| Constructor and Description |
|---|
CommandReturn() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ExtendedInterpreter interpreter) |
Expression |
getReturnExpression() |
void |
setReturnExpression(Expression returnExpression) |
checkedExecute, getNextCommand, setNextCommandpublic Expression getReturnExpression()
public void setReturnExpression(Expression returnExpression)
returnExpression - the returnExpression to setpublic void execute(ExtendedInterpreter interpreter) throws ExecutionException
execute in interface Executorexecute in class AbstractCommandExecutionExceptionCopyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.