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

Public Member Functions | |
| CStringNode (const char *const _str, const uint32 _linenum) | |
| virtual | ~CStringNode () |
| virtual void | print_unk (std::ostream &o) |
| virtual bool | isA (const LLCToken &tok) |
Public Attributes | |
| const std::string | str |
Definition at line 42 of file CompileNodes.h.
| CStringNode::CStringNode | ( | const char *const | _str, | |
| const uint32 | _linenum | |||
| ) | [inline] |
Definition at line 45 of file CompileNodes.h.
| virtual CStringNode::~CStringNode | ( | ) | [inline, virtual] |
Definition at line 47 of file CompileNodes.h.
| virtual bool CStringNode::isA | ( | const LLCToken & | tok | ) | [inline, virtual] |
Implements CompileNode.
Reimplemented in VarIdentNode.
Definition at line 50 of file CompileNodes.h.
| virtual void CStringNode::print_unk | ( | std::ostream & | o | ) | [inline, virtual] |
| const std::string CStringNode::str |
1.4.7