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