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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidassertInsecure(Interpreter interpreter)-
Methods inherited from class com.scriptbasic.executors.commands.AbstractCommand
checkedExecute, execute, getNextCommand, setNextCommand
-
-
-
-
Method Detail
-
assertInsecure
protected void assertInsecure(Interpreter interpreter) throws ScriptBasicException
- Throws:
ScriptBasicException
-
-