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