#include <SlotsNode.h>
Public Member Functions | |
virtual void | printNode () |
virtual int | qualifyNode () |
void | setValue (const char *cvn) |
void | setValue (ValueNode vn) |
ValueNode (void) | |
Public Attributes | |
int | node_type |
string | value |
Definition at line 9 of file SlotsNode.h.
ValueNode::ValueNode | ( | void | ) | [inline] |
Definition at line 12 of file SlotsNode.h.
void ValueNode::printNode | ( | ) | [virtual] |
Implements Node.
Definition at line 22 of file SlotsNode.h.
int ValueNode::qualifyNode | ( | ) | [virtual] |
Implements Node.
Definition at line 28 of file SlotsNode.h.
void ValueNode::setValue | ( | const char * | cvn | ) | [inline] |
Definition at line 19 of file SlotsNode.h.
void ValueNode::setValue | ( | ValueNode | vn | ) | [inline] |
Definition at line 18 of file SlotsNode.h.
Definition at line 12 of file SlotsNode.h.
string ValueNode::value |
Definition at line 14 of file SlotsNode.h.