#include <PSDL_Op_Dcl_Scope.h>
Inheritance diagram for TAO_PSDL_Op_Dcl_Scope:
Public Member Functions | |
TAO_PSDL_Op_Dcl_Scope (TAO_PSDL_Scope *parent_scope) | |
int | add_const_decl (ACE_CString identifier, ACE_CString identifier_type) |
int | add_member_decl (ACE_CString identifier, ACE_CString identifier_type) |
void | dump (CORBA::ULong depth) |
Function to help indent the output of the parse tree. | |
TAO_PSDL_Scope * | parent_scope (void) |
Return the pointer to the parent scope. | |
Scope_Map * | scope_map (void) |
Return the pointer to Scope_Map of the instance. | |
Protected Attributes | |
Scope_Map | scope_map_ |
TAO_PSDL_Scope * | parent_scope_ |
TAO_PSDL_Op_Dcl_Scope::TAO_PSDL_Op_Dcl_Scope | ( | TAO_PSDL_Scope * | parent_scope | ) |
int TAO_PSDL_Op_Dcl_Scope::add_const_decl | ( | ACE_CString | identifier, | |
ACE_CString | identifier_type | |||
) | [virtual] |
Reimplemented from TAO_PSDL_Scope.
int TAO_PSDL_Op_Dcl_Scope::add_member_decl | ( | ACE_CString | identifier, | |
ACE_CString | identifier_type | |||
) | [virtual] |
Reimplemented from TAO_PSDL_Scope.
void TAO_PSDL_Op_Dcl_Scope::dump | ( | CORBA::ULong | depth | ) | [virtual] |
TAO_PSDL_Scope * TAO_PSDL_Op_Dcl_Scope::parent_scope | ( | void | ) | [virtual] |
Scope_Map * TAO_PSDL_Op_Dcl_Scope::scope_map | ( | void | ) | [virtual] |
Scope_Map TAO_PSDL_Op_Dcl_Scope::scope_map_ [protected] |
TAO_PSDL_Scope* TAO_PSDL_Op_Dcl_Scope::parent_scope_ [protected] |