#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Op_Dcl:
TAO_PSDL_Op_Dcl::TAO_PSDL_Op_Dcl | ( | TAO_PSDL_Node * | op_attribute, | |
TAO_PSDL_Node * | op_type_spec, | |||
TAO_PSDL_Node * | identifier, | |||
TAO_PSDL_Node * | parameter_dcls, | |||
TAO_PSDL_Node * | raises_expr, | |||
TAO_PSDL_Node * | context_expr | |||
) |
****************************************************************
TAO_PSDL_Op_Dcl::TAO_PSDL_Op_Dcl | ( | TAO_PSDL_Node * | op_type_spec, | |
TAO_PSDL_Node * | identifier, | |||
TAO_PSDL_Node * | parameter_dcls, | |||
TAO_PSDL_Node * | raises_expr, | |||
TAO_PSDL_Node * | context_expr | |||
) |
TAO_PSDL_Op_Dcl::TAO_PSDL_Op_Dcl | ( | TAO_PSDL_Node * | op_type_spec, | |
TAO_PSDL_Node * | identifier, | |||
TAO_PSDL_Node * | parameter_dcls, | |||
TAO_PSDL_Node * | raises_expr | |||
) |
TAO_PSDL_Op_Dcl::TAO_PSDL_Op_Dcl | ( | TAO_PSDL_Node * | op_type_spec, | |
TAO_PSDL_Node * | identifier, | |||
TAO_PSDL_Node * | parameter_dcls | |||
) |
TAO_PSDL_Op_Dcl::~TAO_PSDL_Op_Dcl | ( | void | ) | [virtual] |
TAO_PSDL_Node * TAO_PSDL_Op_Dcl::op_attribute | ( | void | ) | const |
Get the value.
TAO_PSDL_Node * TAO_PSDL_Op_Dcl::op_type_spec | ( | void | ) | const |
TAO_PSDL_Node * TAO_PSDL_Op_Dcl::identifier | ( | void | ) | const |
TAO_PSDL_Node * TAO_PSDL_Op_Dcl::parameter_dcls | ( | void | ) | const |
TAO_PSDL_Node * TAO_PSDL_Op_Dcl::raises_expr | ( | void | ) | const |
TAO_PSDL_Node * TAO_PSDL_Op_Dcl::context_expr | ( | void | ) | const |
int TAO_PSDL_Op_Dcl::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
TAO_PSDL_Node* TAO_PSDL_Op_Dcl::op_attribute_ [private] |
The values.
TAO_PSDL_Node* TAO_PSDL_Op_Dcl::op_type_spec_ [private] |
TAO_PSDL_Node* TAO_PSDL_Op_Dcl::identifier_ [private] |
TAO_PSDL_Node* TAO_PSDL_Op_Dcl::parameter_dcls_ [private] |
TAO_PSDL_Node* TAO_PSDL_Op_Dcl::raises_expr_ [private] |
TAO_PSDL_Node* TAO_PSDL_Op_Dcl::context_expr_ [private] |