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" |
#define FRAME_INTERNAL_CALL "INTERNALCALL" |
Definition at line 52 of file StackFrameClass.hpp.
#define FRAME_INTERPRET "INTERPRET" |
Definition at line 53 of file StackFrameClass.hpp.
#define FRAME_METHOD "METHOD" |
Definition at line 51 of file StackFrameClass.hpp.
#define FRAME_PARSE "PARSE" |
Definition at line 49 of file StackFrameClass.hpp.
#define FRAME_PROGRAM "PROGRAM" |
Definition at line 54 of file StackFrameClass.hpp.
#define FRAME_ROUTINE "ROUTINE" |
Definition at line 50 of file StackFrameClass.hpp.