public interface RtflFunction
| Modifier and Type | Method and Description |
|---|---|
RtflType |
run(RtflType[] args,
RtflRuntime runtime,
Scope scope)
Runs the function in the provided scope.
|
RtflType run(RtflType[] args, RtflRuntime runtime, Scope scope) throws RuntimeException
args - the arguments provided to this functionruntime - the Runtime to use for executing this functionscope - the scope in which to execute this functionRuntimeException - if a runtime error occurs during the execution of this function