public class CommandWhile extends AbstractCommand
| Constructor and Description |
|---|
CommandWhile() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ExtendedInterpreter interpreter) |
Expression |
getCondition() |
Command |
getWendNode() |
void |
setCondition(Expression condition) |
void |
setWendNode(Command wendNode) |
checkedExecute, getNextCommand, setNextCommandpublic Command getWendNode()
public void setWendNode(Command wendNode)
public Expression getCondition()
public void setCondition(Expression condition)
public void execute(ExtendedInterpreter interpreter) throws ExecutionException
execute in interface Executorexecute in class AbstractCommandExecutionExceptionCopyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.