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