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