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, setNextCommand
public Expression getReturnExpression()
public void setReturnExpression(Expression returnExpression)
returnExpression
- the returnExpression to setpublic void execute(ExtendedInterpreter interpreter) throws ExecutionException
execute
in interface Executor
execute
in class AbstractCommand
ExecutionException
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.