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

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 */
 

Macro Definition Documentation

◆ CONTROLLED_DO

#define CONTROLLED_DO   6

Definition at line 54 of file DoInstruction.hpp.

◆ CONTROLLED_UNTIL

#define CONTROLLED_UNTIL   8

Definition at line 56 of file DoInstruction.hpp.

◆ CONTROLLED_WHILE

#define CONTROLLED_WHILE   7

Definition at line 55 of file DoInstruction.hpp.

◆ DO_COUNT

#define DO_COUNT   2

Definition at line 50 of file DoInstruction.hpp.

◆ DO_COUNT_UNTIL

#define DO_COUNT_UNTIL   13

Definition at line 61 of file DoInstruction.hpp.

◆ DO_COUNT_WHILE

#define DO_COUNT_WHILE   12

Definition at line 60 of file DoInstruction.hpp.

◆ DO_FOREVER

#define DO_FOREVER   3

Definition at line 51 of file DoInstruction.hpp.

◆ DO_OVER

#define DO_OVER   9

Definition at line 57 of file DoInstruction.hpp.

◆ DO_OVER_UNTIL

#define DO_OVER_UNTIL   11

Definition at line 59 of file DoInstruction.hpp.

◆ DO_OVER_WHILE

#define DO_OVER_WHILE   10

Definition at line 58 of file DoInstruction.hpp.

◆ DO_UNTIL

#define DO_UNTIL   5

Definition at line 53 of file DoInstruction.hpp.

◆ DO_WHILE

#define DO_WHILE   4

Definition at line 52 of file DoInstruction.hpp.

◆ EXP_BY

#define EXP_BY   2 /* BY expression */

Definition at line 64 of file DoInstruction.hpp.

◆ EXP_FOR

#define EXP_FOR   3 /* FOR expression */

Definition at line 65 of file DoInstruction.hpp.

◆ EXP_TO

#define EXP_TO   1 /* TO expression */

Definition at line 63 of file DoInstruction.hpp.

◆ SIMPLE_DO

#define SIMPLE_DO   1

Definition at line 49 of file DoInstruction.hpp.