Open Object Rexx - Files

Interpreter RexxClasses Source Files

This directory contains the ooRexx code for core classes in rexx.img that are written partially or fully in ooRexx itself.

The following is a partial list of the files to be found in this subdirectory.

CoreClasses.orx
This contains the main addtions to the core classes. This file contains fully constructed classes as well as additional methods that are added to the C++ methods of the base classes. The code contained in here is saved in the rexx.img file.
StreamClasses.orx*
The stream class definitions, plus the RexxQueue class.
SystemMethods.orx*
This class is called during image build time to decide what platform specific additional classes need to be included in the image. This just delegates processing to the appropriate platform specific file based on the system name.