public class Engine.Sub extends Object implements Subroutine
public int getNumberOfArguments()
getNumberOfArguments
in interface Subroutine
public String getName()
Subroutine
getName
in interface Subroutine
public Object call(Object... args) throws ScriptBasicException
Subroutine
call
in interface Subroutine
args
- the arguments passed to the subroutineScriptBasicException
- when an BASIC error happens during the execution of the
subroutinepublic Object call() throws ScriptBasicException
Subroutine
call
in interface Subroutine
ScriptBasicException
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.