#include <skParseNode.h>
Inheritance diagram for skParseNode::
Public Methods | |
skParseNode (int linenum) | |
constructor for a parse node. More... | |
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. | |
Public Attributes | |
int | m_LineNum |
the line number where the construct was defined. |
|
constructor for a parse node.
|