#include <SlotsNode.h>

Public Member Functions | |
| void | addValue (ValueNode vn) |
| EntryNode (void) | |
| virtual void | printNode () |
| virtual int | qualifyNode () |
| void | setEntry (EntryNode en) |
Public Attributes | |
| int | node_type |
| const char * | type |
| ValueNode | value |
Definition at line 31 of file SlotsNode.h.
| EntryNode::EntryNode | ( | void | ) | [inline] |
Definition at line 34 of file SlotsNode.h.
| void EntryNode::addValue | ( | ValueNode | vn | ) |
Definition at line 43 of file SlotsNode.h.
| void EntryNode::printNode | ( | ) | [virtual] |
Implements Node.
Definition at line 53 of file SlotsNode.h.
| int EntryNode::qualifyNode | ( | ) | [virtual] |
Implements Node.
Definition at line 60 of file SlotsNode.h.
| void EntryNode::setEntry | ( | EntryNode | en | ) |
Definition at line 47 of file SlotsNode.h.
Definition at line 34 of file SlotsNode.h.
| const char* EntryNode::type |
Definition at line 36 of file SlotsNode.h.
Definition at line 37 of file SlotsNode.h.