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 Mon Dec 16 16:30:12 2002 for Simkin by doxygen1.3-rc1