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

skMethodDefNode Class Reference

This class represents the parse tree for a whole method in Simkin. More...

#include <skParseNode.h>

Inheritance diagram for skMethodDefNode::

skParseNode List of all members.

Public Methods

 skMethodDefNode (int linenum, skStatListNode *stats)
 Constructor for Method node.

 skMethodDefNode (int linenum, skIdListNode *params, skStatListNode *stats)
 Constructor for Method node.

 ~skMethodDefNode ()
 Destructor for Method node.

void clear ()
 this method is called if an error occurs in the parse.


Public Attributes

skStatListNode * m_Stats
 This statements in the method.

skIdListNode * m_Params
 The parameters to this method.


Detailed Description

This class represents the parse tree for a whole method in Simkin.

You should not modify any of its data members.


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