#include <ContextApi.hpp>
Public Member Functions | |
| InstanceApiContext (RexxInstance *c) | |
| ~InstanceApiContext () | |
Public Attributes | |
| InterpreterInstance * | instance |
A stack-based API context object used for instance stubs.
Definition at line 193 of file ContextApi.hpp.
|
inline |
Initialize an API context from an instance context.
| c | The source context. |
Definition at line 201 of file ContextApi.hpp.
References instance.
|
inline |
Destructor for an API context. Releases the interpreter access lock on exit.
Definition at line 210 of file ContextApi.hpp.
| InterpreterInstance* InstanceApiContext::instance |
The top-level API context.
Definition at line 217 of file ContextApi.hpp.
Referenced by AttachThread(), Halt(), InstanceApiContext(), SetTrace(), and Terminate().