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

skParseNode Class Reference

This is the base class for Simkin parse nodes. More...

#include <skParseNode.h>

Inheritance diagram for skParseNode::

skMethodDefNode List of all members.

Public Methods

 skParseNode (int linenum)
 constructor for a parse node. More...

virtual ~skParseNode ()
 destructor for the parse node.

virtual int getType ()
 returns the type of the node.

virtual void clear ()
 called if an error occurs during the parse.


Public Attributes

int m_LineNum
 the line number where the construct was defined.


Detailed Description

This is the base class for Simkin parse nodes.


Constructor & Destructor Documentation

skParseNode::skParseNode int    linenum [inline]
 

constructor for a parse node.

Parameters:
linenum  - the source code line number where the construct was declared


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