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
- Author:
- Peter Verhas date Jul 12, 2012
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voiddoneUndone(Interpreter interpreter) voidvoidsetPrevious(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
-