public interface Subroutine
EngineApi.getSubroutine(String)
. It is
also possible to get all the subroutines calling the method EngineApi.getSubroutines()
.int getNumberOfArguments()
String getName()
Object call(Object... args) throws ScriptBasicException
args
- the arguments passed to the subroutineScriptBasicException
- when an BASIC error happens during the execution of the
subroutineObject call() throws ScriptBasicException
ScriptBasicException
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.