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