#include <skParseNode.h>
Inheritance diagram for skMethodDefNode::
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. |
You should not modify any of its data members.