#include <InstancesNode.h>
Public Member Functions | |
void | addOwnSlots (OwnSlotsNode *own_slots) |
InstanceNode (void) | |
virtual void | printNode () |
virtual int | qualifyNode () |
Public Attributes | |
char * | id |
int | node_type |
OwnSlotsNode | own_slots |
char * | type |
Definition at line 8 of file InstancesNode.h.
InstanceNode::InstanceNode | ( | void | ) | [inline] |
Definition at line 11 of file InstancesNode.h.
void InstanceNode::addOwnSlots | ( | OwnSlotsNode * | own_slots | ) |
Definition at line 22 of file InstancesNode.h.
void InstanceNode::printNode | ( | ) | [virtual] |
Implements Node.
Definition at line 29 of file InstancesNode.h.
int InstanceNode::qualifyNode | ( | ) | [virtual] |
Implements Node.
Definition at line 36 of file InstancesNode.h.
char* InstanceNode::id |
Definition at line 11 of file InstancesNode.h.
Definition at line 14 of file InstancesNode.h.
Definition at line 16 of file InstancesNode.h.
char* InstanceNode::type |
Definition at line 13 of file InstancesNode.h.