Class CommandNext
java.lang.Object
com.scriptbasic.executors.commands.AbstractCommand
com.scriptbasic.executors.commands.CommandNext
- All Implemented Interfaces:
AnalysisResult,Executor,NestedStructure,Command
public class CommandNext extends AbstractCommand
- Author:
- Peter Verhas date Jul 20, 2012
-
Constructor Summary
Constructors Constructor Description CommandNext() -
Method Summary
Modifier and Type Method Description voidexecute(Interpreter interpreter)CommandForgetLoopStartNode()voidsetLoopStartNode(CommandFor loopStartNode)Methods inherited from class com.scriptbasic.executors.commands.AbstractCommand
checkedExecute, getNextCommand, setNextCommand
-
Constructor Details
-
CommandNext
public CommandNext()
-
-
Method Details
-
getLoopStartNode
- Returns:
- the loopStartNode
-
setLoopStartNode
- Parameters:
loopStartNode- the loopStartNode to set
-
execute
- Specified by:
executein interfaceExecutor- Specified by:
executein classAbstractCommand- Parameters:
interpreter- parameter- Throws:
ScriptBasicException- in case there was an exception
-