#include <CompileNodes.h>
Inheritance diagram for CompileNode:

Public Member Functions | |
| CompileNode (const uint32 _linenum) | |
| virtual void | print_unk (std::ostream &o)=0 |
| virtual bool | isA (const LLCToken &tok)=0 |
Public Attributes | |
| const uint32 | linenum |
Definition at line 30 of file CompileNodes.h.
| CompileNode::CompileNode | ( | const uint32 | _linenum | ) | [inline] |
Definition at line 33 of file CompileNodes.h.
| virtual bool CompileNode::isA | ( | const LLCToken & | tok | ) | [pure virtual] |
Implemented in CStringNode, VarIdentNode, FuncNode, ClassNode, and FencePostNode.
| virtual void CompileNode::print_unk | ( | std::ostream & | o | ) | [pure virtual] |
Implemented in CStringNode, FuncNode, ClassNode, and FencePostNode.
| const uint32 CompileNode::linenum |
Definition at line 38 of file CompileNodes.h.
1.4.7