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

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 at Thu Jul 5 10:55:42 2001 for Simkin by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000