TAO_PSDL_Param_Dcl Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Param_Dcl:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Param_Dcl:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Param_Dcl (TAO_PSDL_Node *param_attribute, TAO_PSDL_Node *param_type_spec, TAO_PSDL_Node *simple_declarator)
 ****************************************************************
 TAO_PSDL_Param_Dcl (TAO_PSDL_Node *param_attribute, TAO_PSDL_Node *param_type_spec, TAO_PSDL_Node *simple_declarator, TAO_PSDL_Node *param_dcl)
virtual ~TAO_PSDL_Param_Dcl (void)
TAO_PSDL_Nodeparam_attribute (void) const
 Get the value.
TAO_PSDL_Nodeparam_type_spec (void) const
TAO_PSDL_Nodesimple_declarator (void) const
TAO_PSDL_Nodeparam_dcl (void) const
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodeparam_attribute_
 The values.
TAO_PSDL_Nodeparam_type_spec_
TAO_PSDL_Nodesimple_declarator_
TAO_PSDL_Nodeparam_dcl_

Detailed Description

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

Definition at line 2340 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Param_Dcl::TAO_PSDL_Param_Dcl ( TAO_PSDL_Node param_attribute,
TAO_PSDL_Node param_type_spec,
TAO_PSDL_Node simple_declarator 
)

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

Definition at line 3671 of file PSDL_Node.cpp.

TAO_PSDL_Param_Dcl::TAO_PSDL_Param_Dcl ( TAO_PSDL_Node param_attribute,
TAO_PSDL_Node param_type_spec,
TAO_PSDL_Node simple_declarator,
TAO_PSDL_Node param_dcl 
)

Definition at line 3681 of file PSDL_Node.cpp.

TAO_PSDL_Param_Dcl::~TAO_PSDL_Param_Dcl ( void   )  [virtual]

Definition at line 3692 of file PSDL_Node.cpp.

References param_attribute_, param_dcl_, param_type_spec_, and simple_declarator_.

03693 {
03694   delete this->param_attribute_;
03695   delete this->param_type_spec_;
03696   delete this->simple_declarator_;
03697 
03698   if (this->param_dcl_ != 0)
03699     delete this->param_dcl_;
03700 }


Member Function Documentation

int TAO_PSDL_Param_Dcl::accept ( TAO_PSDL_Node_Visitor visitor  )  [virtual]

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 3729 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_param_dcl().

03730 {
03731   return visitor->visit_param_dcl (this);
03732 }

TAO_PSDL_Node * TAO_PSDL_Param_Dcl::param_attribute ( void   )  const

Get the value.

Definition at line 3704 of file PSDL_Node.cpp.

References param_attribute_.

Referenced by TAO_PSDL_Scope_Visitor::visit_param_dcl(), and Dump_Visitor::visit_param_dcl().

03705 {
03706   return this->param_attribute_;
03707 }

TAO_PSDL_Node * TAO_PSDL_Param_Dcl::param_dcl ( void   )  const

Definition at line 3722 of file PSDL_Node.cpp.

References param_dcl_.

Referenced by TAO_PSDL_Scope_Visitor::visit_param_dcl(), and Dump_Visitor::visit_param_dcl().

03723 {
03724   return this->param_dcl_;
03725 }

TAO_PSDL_Node * TAO_PSDL_Param_Dcl::param_type_spec ( void   )  const

Definition at line 3710 of file PSDL_Node.cpp.

References param_type_spec_.

Referenced by TAO_PSDL_Scope_Visitor::visit_param_dcl(), and Dump_Visitor::visit_param_dcl().

03711 {
03712   return this->param_type_spec_;
03713 }

TAO_PSDL_Node * TAO_PSDL_Param_Dcl::simple_declarator ( void   )  const

Definition at line 3716 of file PSDL_Node.cpp.

References simple_declarator_.

Referenced by TAO_PSDL_Scope_Visitor::visit_param_dcl(), and Dump_Visitor::visit_param_dcl().

03717 {
03718   return this->simple_declarator_;
03719 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Param_Dcl::param_attribute_ [private]

The values.

Definition at line 2366 of file PSDL_Node.h.

Referenced by param_attribute(), and ~TAO_PSDL_Param_Dcl().

TAO_PSDL_Node* TAO_PSDL_Param_Dcl::param_dcl_ [private]

Definition at line 2369 of file PSDL_Node.h.

Referenced by param_dcl(), and ~TAO_PSDL_Param_Dcl().

TAO_PSDL_Node* TAO_PSDL_Param_Dcl::param_type_spec_ [private]

Definition at line 2367 of file PSDL_Node.h.

Referenced by param_type_spec(), and ~TAO_PSDL_Param_Dcl().

TAO_PSDL_Node* TAO_PSDL_Param_Dcl::simple_declarator_ [private]

Definition at line 2368 of file PSDL_Node.h.

Referenced by simple_declarator(), and ~TAO_PSDL_Param_Dcl().


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:50:33 2010 for TAO_PSS by  doxygen 1.4.7