Class AbstractInsecureCommand
java.lang.Object
com.scriptbasic.executors.commands.AbstractCommand
com.scriptbasic.executors.commands.AbstractInsecureCommand
- All Implemented Interfaces:
AnalysisResult,Executor,NestedStructure,Command
- Direct Known Subclasses:
CommandMethod,CommandUse
public abstract class AbstractInsecureCommand extends AbstractCommand
-
Constructor Summary
Constructors Constructor Description AbstractInsecureCommand() -
Method Summary
Modifier and Type Method Description protected voidassertInsecure(Interpreter interpreter)Methods inherited from class com.scriptbasic.executors.commands.AbstractCommand
checkedExecute, execute, getNextCommand, setNextCommand
-
Constructor Details
-
AbstractInsecureCommand
public AbstractInsecureCommand()
-
-
Method Details
-
assertInsecure
- Throws:
ScriptBasicException
-