TAO_PSDL_Psdl_State_Dcl Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Psdl_State_Dcl:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Psdl_State_Dcl:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Psdl_State_Dcl (TAO_PSDL_Node *key_word, TAO_PSDL_Node *psdl_state_type_spec, TAO_PSDL_Node *simple_declarator)
 ****************************************************************

 TAO_PSDL_Psdl_State_Dcl (TAO_PSDL_Node *psdl_state_type_spec, TAO_PSDL_Node *simple_declarator)
virtual ~TAO_PSDL_Psdl_State_Dcl (void)
TAO_PSDL_Nodepsdl_state_type_spec (void) const
 Get the value.

TAO_PSDL_Nodesimple_declarator (void) const
TAO_PSDL_Nodekey_word (void) const
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.


Private Attributes

TAO_PSDL_Nodekey_word_
 The values.

TAO_PSDL_Nodepsdl_state_type_spec_
TAO_PSDL_Nodesimple_declarator_

Detailed Description

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

Definition at line 358 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Psdl_State_Dcl::TAO_PSDL_Psdl_State_Dcl TAO_PSDL_Node key_word,
TAO_PSDL_Node psdl_state_type_spec,
TAO_PSDL_Node simple_declarator
 

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

Definition at line 483 of file PSDL_Node.cpp.

00486   : key_word_ (key_word),
00487     psdl_state_type_spec_ (psdl_state_type_spec),
00488     simple_declarator_ (simple_declarator)
00489 {
00490 }

TAO_PSDL_Psdl_State_Dcl::TAO_PSDL_Psdl_State_Dcl TAO_PSDL_Node psdl_state_type_spec,
TAO_PSDL_Node simple_declarator
 

Definition at line 492 of file PSDL_Node.cpp.

00494   : key_word_ (0),
00495     psdl_state_type_spec_ (psdl_state_type_spec),
00496     simple_declarator_ (simple_declarator)
00497 {
00498 }

TAO_PSDL_Psdl_State_Dcl::~TAO_PSDL_Psdl_State_Dcl void   )  [virtual]
 

Definition at line 500 of file PSDL_Node.cpp.

References key_word_, psdl_state_type_spec_, and simple_declarator_.

00501 {
00502   if (this->key_word_ != 0)
00503     delete this->key_word_;
00504   delete this->psdl_state_type_spec_;
00505   delete this->simple_declarator_;
00506 }


Member Function Documentation

int TAO_PSDL_Psdl_State_Dcl::accept TAO_PSDL_Node_Visitor visitor  )  [virtual]
 

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 527 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_psdl_state_dcl().

00528 {
00529   return visitor->visit_psdl_state_dcl (this);
00530 }

TAO_PSDL_Node * TAO_PSDL_Psdl_State_Dcl::key_word void   )  const
 

Definition at line 509 of file PSDL_Node.cpp.

References key_word_.

00510 {
00511   return this->key_word_;
00512 }

TAO_PSDL_Node * TAO_PSDL_Psdl_State_Dcl::psdl_state_type_spec void   )  const
 

Get the value.

Definition at line 515 of file PSDL_Node.cpp.

References psdl_state_type_spec_.

00516 {
00517   return this->psdl_state_type_spec_;
00518 }

TAO_PSDL_Node * TAO_PSDL_Psdl_State_Dcl::simple_declarator void   )  const
 

Definition at line 521 of file PSDL_Node.cpp.

References simple_declarator_.

00522 {
00523   return this->simple_declarator_;
00524 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Psdl_State_Dcl::key_word_ [private]
 

The values.

Definition at line 381 of file PSDL_Node.h.

Referenced by key_word(), and ~TAO_PSDL_Psdl_State_Dcl().

TAO_PSDL_Node* TAO_PSDL_Psdl_State_Dcl::psdl_state_type_spec_ [private]
 

Definition at line 382 of file PSDL_Node.h.

Referenced by psdl_state_type_spec(), and ~TAO_PSDL_Psdl_State_Dcl().

TAO_PSDL_Node* TAO_PSDL_Psdl_State_Dcl::simple_declarator_ [private]
 

Definition at line 383 of file PSDL_Node.h.

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


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