#include <CompileNodes.h>
Inheritance diagram for VarIdentNode:
Public Member Functions | |
VarIdentNode (const char *const _idname, const uint32 _linenum) | |
virtual | ~VarIdentNode () |
virtual bool | isA (const LLCToken &tok) |
Definition at line 54 of file CompileNodes.h.
VarIdentNode::VarIdentNode | ( | const char *const | _idname, | |
const uint32 | _linenum | |||
) | [inline] |
Definition at line 57 of file CompileNodes.h.
virtual VarIdentNode::~VarIdentNode | ( | ) | [inline, virtual] |
Definition at line 59 of file CompileNodes.h.
virtual bool VarIdentNode::isA | ( | const LLCToken & | tok | ) | [inline, virtual] |