Class AbstractCommand

java.lang.Object
com.scriptbasic.executors.commands.AbstractCommand
All Implemented Interfaces:
AnalysisResult, Executor, NestedStructure, Command
Direct Known Subclasses:
AbstractCommandExpressionListed, AbstractCommandIfElseKind, AbstractCommandLeftValueListed, AbstractCommandSelectPart, AbstractInsecureCommand, CommandEndSelect, CommandEndSub, CommandFor, CommandLet, CommandNext, CommandReturn, CommandSub, CommandWend, CommandWhile

public abstract class AbstractCommand extends Object implements Executor, Command, NestedStructure