TAO_PSDL_Declarator Class Reference

**************************************************************** More...

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Declarator:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Declarator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Declarator (TAO_PSDL_Node *type_of_declarator)
 ****************************************************************

virtual ~TAO_PSDL_Declarator (void)
TAO_PSDL_Nodetype_of_declarator (void) const
 Get the value.

int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.


Private Attributes

TAO_PSDL_Nodetype_of_declarator_
 The values.


Detailed Description

****************************************************************

Definition at line 1569 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Declarator::TAO_PSDL_Declarator TAO_PSDL_Node type_of_declarator  ) 
 

****************************************************************

Definition at line 2327 of file PSDL_Node.cpp.

02328   : type_of_declarator_ (type_of_declarator)
02329 {
02330 }

TAO_PSDL_Declarator::~TAO_PSDL_Declarator void   )  [virtual]
 

Definition at line 2332 of file PSDL_Node.cpp.

References type_of_declarator_.

02333 {
02334   delete this->type_of_declarator_;
02335 }


Member Function Documentation

int TAO_PSDL_Declarator::accept TAO_PSDL_Node_Visitor visitor  )  [virtual]
 

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 2346 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_declarator().

02347 {
02348   return visitor->visit_declarator  (this);
02349 }

TAO_PSDL_Node * TAO_PSDL_Declarator::type_of_declarator void   )  const
 

Get the value.

Definition at line 2339 of file PSDL_Node.cpp.

References type_of_declarator_.

Referenced by TAO_PSDL_Struct_Visitor::visit_declarator(), TAO_PSDL_Scope_Visitor::visit_declarator(), TAO_PSDL_Node_Visitor::visit_declarator(), and Dump_Visitor::visit_declarator().

02340 {
02341   return this->type_of_declarator_;
02342 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Declarator::type_of_declarator_ [private]
 

The values.

Definition at line 1585 of file PSDL_Node.h.

Referenced by type_of_declarator(), and ~TAO_PSDL_Declarator().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 14:08:46 2006 for TAO_PSS by doxygen 1.3.6