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
All Methods Static Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
doneUndone
protected static void doneUndone(Interpreter interpreter)
-
getPrevious
public AbstractCommandIfElseKind getPrevious()
- Returns:
- the previous
-
setPrevious
public void setPrevious(AbstractCommandIfElseKind previous)
- Parameters:
previous- the previous to set
-
setNext
public void setNext(AbstractCommandIfElseKind next)
- Parameters:
next- the next to set
-
-