#include "RexxCore.h"#include "ContextApi.hpp"#include "InterpreterInstance.hpp"#include "Interpreter.hpp"Go to the source code of this file.
Functions | |
| void RexxEntry | Terminate (RexxInstance *c) |
| logical_t RexxEntry | AttachThread (RexxInstance *c, RexxThreadContext **tc) |
| void RexxEntry | Halt (RexxInstance *c) |
| void RexxEntry | SetTrace (RexxInstance *c, logical_t setting) |
| size_t RexxEntry | InterpreterVersion (RexxInstance *) |
| size_t RexxEntry | LanguageLevel (RexxInstance *) |
| logical_t RexxEntry AttachThread | ( | RexxInstance * | c, |
| RexxThreadContext ** | tc | ||
| ) |
Definition at line 61 of file InterpreterInstanceStubs.cpp.
References InterpreterInstance::attachThread(), and InstanceApiContext::instance.
| void RexxEntry Halt | ( | RexxInstance * | c | ) |
Definition at line 67 of file InterpreterInstanceStubs.cpp.
References InterpreterInstance::haltAllActivities(), InstanceApiContext::instance, and OREF_NULL.
| size_t RexxEntry InterpreterVersion | ( | RexxInstance * | ) |
Definition at line 79 of file InterpreterInstanceStubs.cpp.
References Interpreter::getInterpreterVersion().
| size_t RexxEntry LanguageLevel | ( | RexxInstance * | ) |
Definition at line 84 of file InterpreterInstanceStubs.cpp.
References Interpreter::getLanguageLevel().
| void RexxEntry SetTrace | ( | RexxInstance * | c, |
| logical_t | setting | ||
| ) |
Definition at line 73 of file InterpreterInstanceStubs.cpp.
References InstanceApiContext::instance, and InterpreterInstance::traceAllActivities().
| void RexxEntry Terminate | ( | RexxInstance * | c | ) |
Definition at line 52 of file InterpreterInstanceStubs.cpp.
References InstanceApiContext::instance, InterpreterInstance::terminate(), and Interpreter::terminateInterpreter().