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 |
CallContextInterface * | functions |
ValueDescriptor * | arguments |
Definition at line 2154 of file oorexxapi.h.
ValueDescriptor* RexxCallContext_::arguments |
Definition at line 2158 of file oorexxapi.h.
Referenced by RexxNativeActivation::callNativeRoutine().
CallContextInterface* RexxCallContext_::functions |
Definition at line 2157 of file oorexxapi.h.
Referenced by RexxActivity::createCallContext().
RexxThreadContext* RexxCallContext_::threadContext |
Definition at line 2156 of file oorexxapi.h.
Referenced by contextToActivity(), RexxActivity::createCallContext(), getBiggerBuffer(), and getFileSpecFromArg().