Open Object Rexx - Files
Interpreter API Source Files
This directory contains the API entry points for the different APIs that
are part of the rexx shared library.
The following is a partial list of the files to be found in this subdirectory.
- InterpreterAPI.cpp
- The entry points used for the legacy-style APIs (RexxStart, etc).
- CallContextStubs.cpp
- The stub entry points for the RexxCallContext API routines.
- MethodContextStubs.cpp
- The stub entry points for the RexxMethodContext API routines.
- ThreadContextStubs.cpp
- The stub entry points for the RexxThreadContext API routines.
- InterpreterInstanceStubs.cpp
- The stub entry points for the RexxInstance API routines.