Package | Description |
---|---|
org.rexxla.bsf.engines.rexx.jsr223 |
Class and Description |
---|
RexxCompiledScript
Class that extends the
javax.script.CompiledScript class and implements
the javax.script.Invocable interface as this only makes sense in this
class for . |
RexxScriptEngine
Class that extends extends the
javax.script.ScriptEngine class and implements the
javax.script.Compilalbe and * the javax.script.Invocable interface,
although the latter one would only make sense in RexxCompiledScript class, because of the
method. |
RexxScriptEngine.RexxAnnotation.RexxAnnotationEnum
The currently supported Rexx script annotation names need to be led in with an at (@) character,
the name of the annotation and if values are supplied with it, then they must be given within
parenthesis immediately following the annotation name.
|
RexxScriptEngineFactory
Class that implements the
javax.script.ScriptEngineFactory interface for the ooRexx support. |