#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Type_Declarator:
Public Member Functions | |
TAO_PSDL_Type_Declarator (TAO_PSDL_Node *type_spec, TAO_PSDL_Node *declarators) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Type_Declarator (void) |
TAO_PSDL_Node * | type_spec (void) const |
Get the value. | |
TAO_PSDL_Node * | declarators (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | type_spec_ |
The values. | |
TAO_PSDL_Node * | declarators_ |
TAO_PSDL_Type_Declarator::TAO_PSDL_Type_Declarator | ( | TAO_PSDL_Node * | type_spec, | |
TAO_PSDL_Node * | declarators | |||
) |
****************************************************************
TAO_PSDL_Type_Declarator::~TAO_PSDL_Type_Declarator | ( | void | ) | [virtual] |
TAO_PSDL_Node * TAO_PSDL_Type_Declarator::type_spec | ( | void | ) | const |
Get the value.
TAO_PSDL_Node * TAO_PSDL_Type_Declarator::declarators | ( | void | ) | const |
int TAO_PSDL_Type_Declarator::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
The values.