Package | Description |
---|---|
org.rexxla.bsf.engines.rexx.jsr223 |
Modifier and Type | Field and Description |
---|---|
(package private) RexxScriptEngine |
RexxCompiledScript.rse
Field that refers to the RexxScriptEngine instance which created this RexxCompiledScript.
|
Modifier and Type | Method and Description |
---|---|
RexxScriptEngine |
RexxCompiledScript.getEngine()
Returns the
ScriptEngine whose compile method created this CompiledScript. |
RexxScriptEngine |
RexxCompiledScript.getRexxScriptEngine()
Getter to retrieve the RexxScriptEngine used to create this compiled 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.
|
Constructor and Description |
---|
RexxCompiledScript(RexxScriptEngine scriptEngine,
java.lang.String scriptSource,
java.lang.String filename,
boolean bSupplyBSFExceptionObject,
RexxProxy scriptRexxProxy,
RexxProxy scriptRexxPackage)
Constructor for a compiled (tokenized) Rexx script.
|