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

Go to the source code of this file.

Classes

class  RexxLocalVariables
 

Macros

#define VDICT_NOVALUE   0x0001u /* novalue traps enabled */
 
#define NESTED_INTERNAL   0x0002u /* this is an internal call without procedure */
 
#define METHOD_CONTEXT   0x0004u /* this is a method context */
 
#define VARIABLE_SELF   1 /* variable lookaside indices */
 
#define VARIABLE_SUPER   2
 
#define VARIABLE_RESULT   3
 
#define VARIABLE_RC   4
 
#define VARIABLE_SIGL   5
 
#define FIRST_VARIABLE_INDEX   5 /* variable index list first slot */
 

Macro Definition Documentation

◆ FIRST_VARIABLE_INDEX

#define FIRST_VARIABLE_INDEX   5 /* variable index list first slot */

Definition at line 59 of file RexxLocalVariables.hpp.

◆ METHOD_CONTEXT

#define METHOD_CONTEXT   0x0004u /* this is a method context */

Definition at line 52 of file RexxLocalVariables.hpp.

◆ NESTED_INTERNAL

#define NESTED_INTERNAL   0x0002u /* this is an internal call without procedure */

Definition at line 51 of file RexxLocalVariables.hpp.

◆ VARIABLE_RC

#define VARIABLE_RC   4

Definition at line 57 of file RexxLocalVariables.hpp.

◆ VARIABLE_RESULT

#define VARIABLE_RESULT   3

Definition at line 56 of file RexxLocalVariables.hpp.

◆ VARIABLE_SELF

#define VARIABLE_SELF   1 /* variable lookaside indices */

Definition at line 54 of file RexxLocalVariables.hpp.

◆ VARIABLE_SIGL

#define VARIABLE_SIGL   5

Definition at line 58 of file RexxLocalVariables.hpp.

◆ VARIABLE_SUPER

#define VARIABLE_SUPER   2

Definition at line 55 of file RexxLocalVariables.hpp.

◆ VDICT_NOVALUE

#define VDICT_NOVALUE   0x0001u /* novalue traps enabled */

Definition at line 50 of file RexxLocalVariables.hpp.