Class AbstractCommandIfElseKind
java.lang.Object
com.scriptbasic.executors.commands.AbstractCommand
com.scriptbasic.executors.commands.AbstractCommandIfElseKind
- All Implemented Interfaces:
AnalysisResult,Executor,NestedStructure,Command
- Direct Known Subclasses:
AbstractCommandIfKind,CommandElse,CommandEndIf
public abstract class AbstractCommandIfElseKind extends AbstractCommand
- Author:
- Peter Verhas date Jul 12, 2012
-
Constructor Summary
Constructors Constructor Description AbstractCommandIfElseKind() -
Method Summary
Modifier and Type Method Description protected static voiddoneUndone(Interpreter interpreter)AbstractCommandIfElseKindgetPrevious()voidsetNext(AbstractCommandIfElseKind next)voidsetPrevious(AbstractCommandIfElseKind previous)Methods inherited from class com.scriptbasic.executors.commands.AbstractCommand
checkedExecute, execute, getNextCommand, setNextCommand
-
Constructor Details
-
AbstractCommandIfElseKind
public AbstractCommandIfElseKind()
-
-
Method Details
-
doneUndone
-
getPrevious
- Returns:
- the previous
-
setPrevious
- Parameters:
previous- the previous to set
-
setNext
- Parameters:
next- the next to set
-