#include "RexxInstruction.hpp"
Go to the source code of this file.
Classes | |
class | RexxInstructionDo |
Macros | |
#define | SIMPLE_DO 1 |
#define | DO_COUNT 2 |
#define | DO_FOREVER 3 |
#define | DO_WHILE 4 |
#define | DO_UNTIL 5 |
#define | CONTROLLED_DO 6 |
#define | CONTROLLED_WHILE 7 |
#define | CONTROLLED_UNTIL 8 |
#define | DO_OVER 9 |
#define | DO_OVER_WHILE 10 |
#define | DO_OVER_UNTIL 11 |
#define | DO_COUNT_WHILE 12 |
#define | DO_COUNT_UNTIL 13 |
#define | EXP_TO 1 /* TO expression */ |
#define | EXP_BY 2 /* BY expression */ |
#define | EXP_FOR 3 /* FOR expression */ |
#define CONTROLLED_DO 6 |
Definition at line 54 of file DoInstruction.hpp.
#define CONTROLLED_UNTIL 8 |
Definition at line 56 of file DoInstruction.hpp.
#define CONTROLLED_WHILE 7 |
Definition at line 55 of file DoInstruction.hpp.
#define DO_COUNT 2 |
Definition at line 50 of file DoInstruction.hpp.
#define DO_COUNT_UNTIL 13 |
Definition at line 61 of file DoInstruction.hpp.
#define DO_COUNT_WHILE 12 |
Definition at line 60 of file DoInstruction.hpp.
#define DO_FOREVER 3 |
Definition at line 51 of file DoInstruction.hpp.
#define DO_OVER 9 |
Definition at line 57 of file DoInstruction.hpp.
#define DO_OVER_UNTIL 11 |
Definition at line 59 of file DoInstruction.hpp.
#define DO_OVER_WHILE 10 |
Definition at line 58 of file DoInstruction.hpp.
#define DO_UNTIL 5 |
Definition at line 53 of file DoInstruction.hpp.
#define DO_WHILE 4 |
Definition at line 52 of file DoInstruction.hpp.
#define EXP_BY 2 /* BY expression */ |
Definition at line 64 of file DoInstruction.hpp.
#define EXP_FOR 3 /* FOR expression */ |
Definition at line 65 of file DoInstruction.hpp.
#define EXP_TO 1 /* TO expression */ |
Definition at line 63 of file DoInstruction.hpp.
#define SIMPLE_DO 1 |
Definition at line 49 of file DoInstruction.hpp.