ParseInstruction.hpp File Reference
#include "RexxInstruction.hpp"
#include "ParseTrigger.hpp"
Include dependency graph for ParseInstruction.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RexxInstructionParse
 

Macros

#define parse_upper   0x01 /* doing a parse upper */
 
#define parse_lower   0x02 /* doing a parse lower */
 
#define parse_translate   0x03 /* translation options mask */
 
#define parse_caseless   0x04 /* doing a caseless compare */
 
#define parse_string_source   i_ushort /* source of the data */
 

Macro Definition Documentation

◆ parse_caseless

#define parse_caseless   0x04 /* doing a caseless compare */

Definition at line 53 of file ParseInstruction.hpp.

◆ parse_lower

#define parse_lower   0x02 /* doing a parse lower */

Definition at line 51 of file ParseInstruction.hpp.

◆ parse_string_source

#define parse_string_source   i_ushort /* source of the data */

Definition at line 55 of file ParseInstruction.hpp.

◆ parse_translate

#define parse_translate   0x03 /* translation options mask */

Definition at line 52 of file ParseInstruction.hpp.

◆ parse_upper

#define parse_upper   0x01 /* doing a parse upper */

Definition at line 50 of file ParseInstruction.hpp.