EndInstruction.hpp File Reference
Include dependency graph for EndInstruction.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ DO_BLOCK

#define DO_BLOCK   1

Definition at line 49 of file EndInstruction.hpp.

◆ LABELED_DO_BLOCK

#define LABELED_DO_BLOCK   7

Definition at line 55 of file EndInstruction.hpp.

◆ LABELED_OTHERWISE_BLOCK

#define LABELED_OTHERWISE_BLOCK   6

Definition at line 54 of file EndInstruction.hpp.

◆ LABELED_SELECT_BLOCK

#define LABELED_SELECT_BLOCK   5

Definition at line 53 of file EndInstruction.hpp.

◆ LOOP_BLOCK

#define LOOP_BLOCK   4

Definition at line 52 of file EndInstruction.hpp.

◆ OTHERWISE_BLOCK

#define OTHERWISE_BLOCK   3

Definition at line 51 of file EndInstruction.hpp.

◆ SELECT_BLOCK

#define SELECT_BLOCK   2

Definition at line 50 of file EndInstruction.hpp.