#include "RexxVariableDictionary.hpp"
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 */ |
#define FIRST_VARIABLE_INDEX 5 /* variable index list first slot */ |
Definition at line 59 of file RexxLocalVariables.hpp.
#define METHOD_CONTEXT 0x0004u /* this is a method context */ |
Definition at line 52 of file RexxLocalVariables.hpp.
#define NESTED_INTERNAL 0x0002u /* this is an internal call without procedure */ |
Definition at line 51 of file RexxLocalVariables.hpp.
#define VARIABLE_RC 4 |
Definition at line 57 of file RexxLocalVariables.hpp.
#define VARIABLE_RESULT 3 |
Definition at line 56 of file RexxLocalVariables.hpp.
#define VARIABLE_SELF 1 /* variable lookaside indices */ |
Definition at line 54 of file RexxLocalVariables.hpp.
#define VARIABLE_SIGL 5 |
Definition at line 58 of file RexxLocalVariables.hpp.
#define VARIABLE_SUPER 2 |
Definition at line 55 of file RexxLocalVariables.hpp.
#define VDICT_NOVALUE 0x0001u /* novalue traps enabled */ |
Definition at line 50 of file RexxLocalVariables.hpp.