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, setNextCommand
public 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 Executor
execute
in class AbstractCommand
ExecutionException
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.