Class AbstractCommandSelectPart
java.lang.Object
com.scriptbasic.executors.commands.AbstractCommand
com.scriptbasic.executors.commands.AbstractCommandSelectPart
- All Implemented Interfaces:
AnalysisResult,Executor,NestedStructure,Command
- Direct Known Subclasses:
CommandCase,CommandSelect
public abstract class AbstractCommandSelectPart extends AbstractCommand
Part of select command
Part can be select declaration or case declaration
-
Constructor Summary
Constructors Constructor Description AbstractCommandSelectPart() -
Method Summary
Methods inherited from class com.scriptbasic.executors.commands.AbstractCommand
checkedExecute, execute, getNextCommand, setNextCommand
-
Constructor Details
-
AbstractCommandSelectPart
public AbstractCommandSelectPart()
-