Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

skStatStepper Class Reference

This abstract class is used to provide an interface for the Interpreter to call each time a statement is executed. More...

#include <skStatStepper.h>

List of all members.

Public Methods

virtual void statementExecuted (const skString &location, int line_num, skRValueTable &local_vars)=0
 This method is called each time a statement is executed by the interpreter. More...


Detailed Description

This abstract class is used to provide an interface for the Interpreter to call each time a statement is executed.


Member Function Documentation

virtual void skStatStepper::statementExecuted const skString   location,
int    line_num,
skRValueTable   local_vars
[pure virtual]
 

This method is called each time a statement is executed by the interpreter.

Parameters:
msg  the trace message


The documentation for this class was generated from the following file:
Generated on Tue Nov 20 17:56:22 2001 for Simkin by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001