InterpreterInstanceStubs.cpp File Reference
#include "RexxCore.h"
#include "ContextApi.hpp"
#include "InterpreterInstance.hpp"
#include "Interpreter.hpp"
Include dependency graph for InterpreterInstanceStubs.cpp:

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 *)
 

Function Documentation

◆ AttachThread()

◆ Halt()

◆ InterpreterVersion()

size_t RexxEntry InterpreterVersion ( RexxInstance )

Definition at line 79 of file InterpreterInstanceStubs.cpp.

References Interpreter::getInterpreterVersion().

◆ LanguageLevel()

size_t RexxEntry LanguageLevel ( RexxInstance )

Definition at line 84 of file InterpreterInstanceStubs.cpp.

References Interpreter::getLanguageLevel().

◆ SetTrace()

void RexxEntry SetTrace ( RexxInstance c,
logical_t  setting 
)

◆ Terminate()