#include "RexxInstruction.hpp"
Go to the source code of this file.
Classes | |
class | RexxInstructionEnd |
Macros | |
#define | DO_BLOCK 1 |
#define | SELECT_BLOCK 2 |
#define | OTHERWISE_BLOCK 3 |
#define | LOOP_BLOCK 4 |
#define | LABELED_SELECT_BLOCK 5 |
#define | LABELED_OTHERWISE_BLOCK 6 |
#define | LABELED_DO_BLOCK 7 |
#define DO_BLOCK 1 |
Definition at line 49 of file EndInstruction.hpp.
#define LABELED_DO_BLOCK 7 |
Definition at line 55 of file EndInstruction.hpp.
#define LABELED_OTHERWISE_BLOCK 6 |
Definition at line 54 of file EndInstruction.hpp.
#define LABELED_SELECT_BLOCK 5 |
Definition at line 53 of file EndInstruction.hpp.
#define LOOP_BLOCK 4 |
Definition at line 52 of file EndInstruction.hpp.
#define OTHERWISE_BLOCK 3 |
Definition at line 51 of file EndInstruction.hpp.
#define SELECT_BLOCK 2 |
Definition at line 50 of file EndInstruction.hpp.