#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Union_Type:
Public Member Functions | |
TAO_PSDL_Union_Type (TAO_PSDL_Node *identifier, TAO_PSDL_Node *switch_type_spec, TAO_PSDL_Node *switch_body) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Union_Type (void) |
TAO_PSDL_Node * | identifier (void) const |
Get the value. | |
TAO_PSDL_Node * | switch_type_spec (void) const |
TAO_PSDL_Node * | switch_body (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | identifier_ |
The values. | |
TAO_PSDL_Node * | switch_type_spec_ |
TAO_PSDL_Node * | switch_body_ |
TAO_PSDL_Union_Type::TAO_PSDL_Union_Type | ( | TAO_PSDL_Node * | identifier, | |
TAO_PSDL_Node * | switch_type_spec, | |||
TAO_PSDL_Node * | switch_body | |||
) |
****************************************************************
TAO_PSDL_Union_Type::~TAO_PSDL_Union_Type | ( | void | ) | [virtual] |
TAO_PSDL_Node * TAO_PSDL_Union_Type::identifier | ( | void | ) | const |
Get the value.
TAO_PSDL_Node * TAO_PSDL_Union_Type::switch_type_spec | ( | void | ) | const |
TAO_PSDL_Node * TAO_PSDL_Union_Type::switch_body | ( | void | ) | const |
int TAO_PSDL_Union_Type::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
TAO_PSDL_Node* TAO_PSDL_Union_Type::identifier_ [private] |
The values.
TAO_PSDL_Node* TAO_PSDL_Union_Type::switch_body_ [private] |