Class CommandCall
java.lang.Object
com.scriptbasic.executors.commands.AbstractCommand
com.scriptbasic.executors.commands.AbstractCommandExpressionListed
com.scriptbasic.executors.commands.CommandCall
- All Implemented Interfaces:
AnalysisResult,Executor,NestedStructure,Command
public class CommandCall extends AbstractCommandExpressionListed
-
Constructor Summary
Constructors Constructor Description CommandCall(FunctionCall functionCall) -
Method Summary
Modifier and Type Method Description voidexecute(Interpreter interpreter)Methods inherited from class com.scriptbasic.executors.commands.AbstractCommandExpressionListed
getExpressionList, setExpressionListMethods inherited from class com.scriptbasic.executors.commands.AbstractCommand
checkedExecute, getNextCommand, setNextCommand
-
Constructor Details
-
Method Details
-
execute
- Specified by:
executein interfaceExecutor- Specified by:
executein classAbstractCommand- Parameters:
interpreter- parameter- Throws:
ScriptBasicException- in case there was an exception
-