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

skContext Class Reference

This class stores info about the current execution context - such the name of the current script and the line number being executed. More...

#include <skInterpreter.h>

List of all members.

Public Methods

 skContext (const skString &location, skExecutableContext &context)
 Constructor.


Public Attributes

skString m_Location
 location during script execution

int m_LineNum
 line number during script execution

skExecutableContextm_Context
 the current executable context


Detailed Description

This class stores info about the current execution context - such the name of the current script and the line number being executed.


Constructor & Destructor Documentation

skContext::skContext const skString   location,
skExecutableContext   context
[inline]
 

Constructor.

Parameters:
location - the name of the source file
context context object to receive errors


The documentation for this class was generated from the following file:
Generated on Mon Dec 16 16:30:12 2002 for Simkin by doxygen1.3-rc1