Package | Description |
---|---|
org.rexxla.bsf.engines.rexx.jsr223 |
Modifier and Type | Field and Description |
---|---|
(package private) RexxCompiledScript |
RexxScriptEngine.currentScript
Caches the last compiled script.
|
Modifier and Type | Method and Description |
---|---|
RexxCompiledScript |
RexxScriptEngine.getCurrentScript()
Getter method for "current" (the latest evaluated) script.
|
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.Object[] |
RexxCompiledScript.createArgV(java.lang.Object[] args,
javax.script.ScriptContext sc,
RexxScriptEngine rse,
RexxCompiledScript rcs)
Creates and returns the argument array, append ScriptContext sc as last argument
for the Rexx script to be able to fetch it.
|