Class CommandWend
- java.lang.Object
-
- com.scriptbasic.executors.commands.AbstractCommand
-
- com.scriptbasic.executors.commands.CommandWend
-
- All Implemented Interfaces:
AnalysisResult,Executor,NestedStructure,Command
public class CommandWend extends AbstractCommand
-
-
Constructor Summary
Constructors Constructor Description CommandWend()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Interpreter interpreter)CommandWhilegetCommandWhile()voidsetCommandWhile(CommandWhile commandWhile)-
Methods inherited from class com.scriptbasic.executors.commands.AbstractCommand
checkedExecute, getNextCommand, setNextCommand
-
-
-
-
Method Detail
-
getCommandWhile
public CommandWhile getCommandWhile()
-
setCommandWhile
public void setCommandWhile(CommandWhile commandWhile)
-
execute
public void execute(Interpreter interpreter)
- Specified by:
executein interfaceExecutor- Specified by:
executein classAbstractCommand- Parameters:
interpreter- parameter
-
-