Appendix I. Open Object Rexx: Classes and Methods

These lists show the classes and methods in Open Object Rexx. For details see the manual Open Object Rexx for Windows Reference for Windows systems or the manual Open Object Rexx for Linux Programming Guide for Linux systems. The list below is based on the Windows reference manual, version 2.1. The classes and methods are largely similar between the Windows and Linux products. From the Windows standpoint, the one major exception is that the Windows product includes a number of additional Windows-specific classes and their methods.

Collection Classes and Their Methods

Array Class

NEW (Class Method), OF (Class Method), [ ], [ ]=, AT, DIMENSION, FIRST, HASINDEX, ITEMS, LAST, MAKEARRAY, NEXT, PREVIOUS, PUT, REMOVE, SECTION, SIZE, SUPPLIER

Bag Class

OF (Class Method), [ ], [ ]=, HASINDEX, MAKEARRAY, PUT, SUPPLIER

Directory Class

[ ], [ ]=, AT, ENTRY, HASENTRY, HASINDEX, ITEMS, MAKEARRAY, PUT, REMOVE, SETENTRY, SETMETHOD, SUPPLIER, UNKNOWN, DIFFERENCE, INTERSECTION, SUBSET, UNION, XOR

List Class

OF (Class Method), [ ], [ ]=, AT, FIRST, FIRSTITEM, HASINDEX, INSERT, ITEMS, LAST, LASTITEM, MAKEARRAY, NEXT, PREVIOUS, PUT, REMOVE, SECTION, SUPPLIER

Queue Class

[ ], [ ]=, AT, HASINDEX, ITEMS, MAKEARRAY, PEEK, PULL, PUSH, PUT, QUEUE, REMOVE, SUPPLIER

Relation Class

[ ], [ ]=, ALLAT, ALLINDEX, AT, HASINDEX, HASITEM, INDEX, ITEMS, MAKEARRAY, PUT, REMOVE, REMOVEITEM, SUPPLIER, DIFFERENCE, INTERSECTION, SUBSET, UNION, XOR

Set Class

OF (Class Method), [ ], [ ]=, ...

Get Rexx Programmer's Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.