RexxContext class gives access to context
information about the currently executing Rexx code.
Instances of the RexxContext class can only be obtained via the
.CONTEXT environment symbol,
or by invoking the context
method of the StackFrame
class.
They cannot be directly created by the user.
It is a subclass of the Object class.
| Object | |||||||||||||||
| Methods inherited from the Object class | |||||||||||||||
| Class (Metaclass) | |||||||||||||||
| Methods inherited from the Class class | |||||||||||||||
| RexxContext | |||||||||||||||
|