Class | 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 |
Inner class for determining a RexxScript annotation, if one exists, the annotation field will
refer to the appropriate enum value and all fields are filled in to ease processing of the
script's code by the caller.
|
RexxScriptEngineFactory |
Class that implements the
javax.script.ScriptEngineFactory interface for the ooRexx support. |
Enum | Description |
---|---|
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.
|