Package | Description |
---|---|
org.rexxla.bsf.engines.rexx |
Modifier and Type | Method and Description |
---|---|
RexxProxy |
RexxCompiledScript.getPackageObject()
Getter for the
RexxProxy representing the Rexx routine object the script got compiled (tokenized) into. |
RexxProxy |
RexxException.getRexxConditionObject()
Getter method.
|
RexxProxy |
RexxCompiledScript.getScriptObject()
Getter for the
RexxProxy representing the Rexx routine object the script got compiled (tokenized) to. |
RexxProxy |
ArrayWrapper.supplier(RexxProxy clzSupplier)
Creates a Rexx supplier object (from the supplied ooRexx .Supplier class object)
for allowing to enumerate the array together with the appropriate indices.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
RexxEngine.call(RexxProxy proxy,
java.lang.reflect.Method methodObject,
java.lang.Object[] args)
Allows forwarding a messages to a RexxProxy using the method name of the supplied
methodObject object with the supplied arguments , if any. |
java.lang.Object |
RexxEngine.call(RexxProxy proxy,
java.lang.Object javaObject,
java.lang.String methodName,
java.lang.String methodDescriptor,
java.lang.Object[] args)
Allows forwarding a messages to a RexxProxy using the supplied
methodName
the supplied arguments , if any. |
RexxProxy |
ArrayWrapper.supplier(RexxProxy clzSupplier)
Creates a Rexx supplier object (from the supplied ooRexx .Supplier class object)
for allowing to enumerate the array together with the appropriate indices.
|
Constructor and Description |
---|
RexxException(int reason,
java.lang.String message,
RexxProxy rexxConditionObject) |
RexxException(java.lang.String message,
RexxProxy rexxConditionObject)
Creates a RexxException with a message, and a RexxProxy allowing to access the Rexx condition object
for further inspection.
|