#include <skExecutableContext.h>
Inheritance diagram for skExecutableContext:
Public Member Functions | |
skExecutableContext (skInterpreter *interp) | |
Constructs a new context. | |
skScriptError & | getError () |
holds a reference to an error encountered while a script was executing. | |
void | pushStackFrame (skStackFrame *frame) |
called when a new stack frame is created | |
void | popStackFrame () |
called when a method has finished | |
skStackFrame * | getTopFrame () |
returns the current top frame | |
void | setTopFrame (skStackFrame *frame) |
set the top frame |
|
Constructs a new context.
|
|
holds a reference to an error encountered while a script was executing.
|