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

int getType ()
 returns the type of the node


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 Thu Jan 23 15:25:39 2003 for Simkin by doxygen1.3-rc1