#include <skParseNode.h>
Inheritance diagram for skParseNode:

Public Member Functions | |
| skParseNode (int linenum) | |
| constructor for a parse node | |
| virtual | ~skParseNode () |
| destructor for the parse node | |
| virtual int | getType () |
| returns the type of the node | |
| virtual void | clear () |
| called if an error occurs during the parse | |
Protected Attributes | |
| int | m_LineNum |
| the line number where the construct was defined | |
|
|
constructor for a parse node
|
1.3