Uses of Class
org.rexxla.bsf.engines.rexx.RexxProxy
Packages that use RexxProxy
-
Uses of RexxProxy in org.rexxla.bsf.engines.rexx
Methods in org.rexxla.bsf.engines.rexx that return RexxProxyModifier and TypeMethodDescriptionRexxCompiledScript.getPackageObject()Getter for theRexxProxyrepresenting the Rexx routine object the script got compiled (tokenized) into.RexxException.getRexxConditionObject()Getter method.RexxCompiledScript.getScriptObject()Getter for theRexxProxyrepresenting the Rexx routine object the script got compiled (tokenized) to.Creates a Rexx supplier object (from the supplied ooRexx .Supplier class object) for allowing to enumerate the array together with the appropriate indices.Methods in org.rexxla.bsf.engines.rexx with parameters of type RexxProxyModifier and TypeMethodDescriptionRexxEngine.call(RexxProxy proxy, Object javaObject, String methodName, String methodDescriptor, Object[] args) Allows forwarding a messages to a RexxProxy using the suppliedmethodNamethe suppliedarguments, if any.Allows forwarding a messages to a RexxProxy using the method name of the suppliedmethodObjectobject with the suppliedarguments, if any.Creates a Rexx supplier object (from the supplied ooRexx .Supplier class object) for allowing to enumerate the array together with the appropriate indices.Constructors in org.rexxla.bsf.engines.rexx with parameters of type RexxProxyModifierConstructorDescriptionRexxException(int reason, String message, RexxProxy rexxConditionObject) RexxException(String message, RexxProxy rexxConditionObject) Creates a RexxException with a message, and a RexxProxy allowing to access the Rexx condition object for further inspection.