ooRexx
4.2.0-source
About: ooRexx (Open Object Rexx) is a free implementation of Object Rexx. Object Rexx is an enhancement of the classic Rexx interpreter; a full-featured programming language with a human-oriented syntax.
![]() ![]() |
#include <oorexxapi.h>
Public Attributes | |
RexxThreadContext * | threadContext |
ExitContextInterface * | functions |
ValueDescriptor * | arguments |
Definition at line 2906 of file oorexxapi.h.
ValueDescriptor* RexxExitContext_::arguments |
Definition at line 2910 of file oorexxapi.h.
ExitContextInterface* RexxExitContext_::functions |
Definition at line 2909 of file oorexxapi.h.
Referenced by RexxActivity::createExitContext().
RexxThreadContext* RexxExitContext_::threadContext |
Definition at line 2908 of file oorexxapi.h.
Referenced by contextToActivity(), and RexxActivity::createExitContext().