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 "RexxCore.h"
Go to the source code of this file.
Classes | |
struct | InstanceContext |
struct | ActivityContext |
struct | MethodContext |
struct | CallContext |
struct | ExitContext |
Functions | |
RexxActivity * | contextToActivity (RexxThreadContext *c) |
RexxActivity * | contextToActivity (RexxCallContext *c) |
RexxActivity * | contextToActivity (RexxMethodContext *c) |
RexxActivity * | contextToActivity (RexxExitContext *c) |
|
inline |
Convert a context into the activity the context is associated with.
c | The calling thread context. |
Definition at line 111 of file ActivationApiContexts.hpp.
References RexxCallContext_::threadContext.
|
inline |
Convert a context into the activity the context is associated with.
c | The calling thread context. |
Definition at line 137 of file ActivationApiContexts.hpp.
References RexxExitContext_::threadContext.
|
inline |
Convert a context into the activity the context is associated with.
c | The calling thread context. |
Definition at line 124 of file ActivationApiContexts.hpp.
References RexxMethodContext_::threadContext.
|
inline |
Convert a context into the activity the context is associated with.
c | The calling thread context. |
Definition at line 98 of file ActivationApiContexts.hpp.
Referenced by ApiContext::ApiContext(), and contextToActivation().