#include <skStatementStepper.h>
Public Methods | |
virtual bool | statementExecuted (const skString &location, int line_num, skiExecutable *obj, skRValueTable &local_vars, int statement_type)=0 |
This method is called each time a statement is executed by the interpreter, just before the statement is performed. More... | |
virtual bool | compoundStatementExecuted (const skString &location, int line_num, skiExecutable *obj, skRValueTable &local_vars)=0 |
This method is called each time a compound statement is executed by the interpreter, just before the statement is performed. More... |
|
This method is called each time a compound statement is executed by the interpreter, just before the statement is performed.
|
|
This method is called each time a statement is executed by the interpreter, just before the statement is performed.
|