TAO_IFR
2.1.2
|
ifr_adding_visitor_exception. More...
#include <ifr_adding_visitor_exception.h>
Public Member Functions | |
ifr_adding_visitor_exception (AST_Decl *scope, CORBA::Boolean in_reopened_) | |
Constructor. | |
virtual | ~ifr_adding_visitor_exception (void) |
Destructor. | |
virtual int | visit_scope (UTL_Scope *node) |
Visit a struct. | |
virtual int | visit_structure (AST_Structure *node) |
Visit a struct. | |
virtual int | visit_exception (AST_Exception *node) |
Visit a struct. | |
virtual int | visit_enum (AST_Enum *node) |
Visit an enum. | |
virtual int | visit_union (AST_Union *node) |
Visit union. | |
virtual CORBA::IDLType_ptr | ir_current (void) const |
Lets the visitor one level above acess this value. | |
Private Member Functions | |
int | add_members (AST_Exception *node, CORBA::ExceptionDef_ptr except_def) |
Private Attributes | |
CORBA::StructMemberSeq | members_ |
This visitor overrides a few of the visit methods for the case when an exception node is seen in the AST.
ifr_adding_visitor_exception::ifr_adding_visitor_exception | ( | AST_Decl * | scope, |
CORBA::Boolean | in_reopened_ | ||
) |
Constructor.
|
virtual |
Destructor.
|
private |
Common code called whether we are creating a new exception or filling out a forward declaration.
|
virtual |
Lets the visitor one level above acess this value.
|
virtual |
Visit an enum.
Reimplemented from ifr_adding_visitor.
|
virtual |
Visit a struct.
Reimplemented from ifr_adding_visitor.
|
virtual |
Visit a struct.
Reimplemented from ifr_adding_visitor.
|
virtual |
Visit a struct.
Reimplemented from ifr_adding_visitor.
|
virtual |
Visit union.
Reimplemented from ifr_adding_visitor.
|
private |
Holder for the member list passed to create_struct() or create_exception().