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
Modifier and Type Method Description voidexecute(Interpreter interpreter)CommandWhilegetCommandWhile()voidsetCommandWhile(CommandWhile commandWhile)Methods inherited from class com.scriptbasic.executors.commands.AbstractCommand
checkedExecute, getNextCommand, setNextCommand
-
Constructor Details
-
CommandWend
public CommandWend()
-
-
Method Details
-
getCommandWhile
-
setCommandWhile
-
execute
- Specified by:
executein interfaceExecutor- Specified by:
executein classAbstractCommand- Parameters:
interpreter- parameter
-