StackFrameClass.hpp File Reference
#include "RoutineClass.hpp"
#include "MethodClass.hpp"
Include dependency graph for StackFrameClass.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StackFrameClass
 

Macros

#define FRAME_PARSE   "PARSE"
 
#define FRAME_ROUTINE   "ROUTINE"
 
#define FRAME_METHOD   "METHOD"
 
#define FRAME_INTERNAL_CALL   "INTERNALCALL"
 
#define FRAME_INTERPRET   "INTERPRET"
 
#define FRAME_PROGRAM   "PROGRAM"
 

Macro Definition Documentation

◆ FRAME_INTERNAL_CALL

#define FRAME_INTERNAL_CALL   "INTERNALCALL"

Definition at line 52 of file StackFrameClass.hpp.

◆ FRAME_INTERPRET

#define FRAME_INTERPRET   "INTERPRET"

Definition at line 53 of file StackFrameClass.hpp.

◆ FRAME_METHOD

#define FRAME_METHOD   "METHOD"

Definition at line 51 of file StackFrameClass.hpp.

◆ FRAME_PARSE

#define FRAME_PARSE   "PARSE"

Definition at line 49 of file StackFrameClass.hpp.

◆ FRAME_PROGRAM

#define FRAME_PROGRAM   "PROGRAM"

Definition at line 54 of file StackFrameClass.hpp.

◆ FRAME_ROUTINE

#define FRAME_ROUTINE   "ROUTINE"

Definition at line 50 of file StackFrameClass.hpp.