2 //=============================================================================
6 * Visitors for generation of code for Attribute
8 * @author Aniruddha Gokhale
10 //=============================================================================
13 #include "be_component.h"
15 #include "be_eventtype.h"
17 #include "be_predefined_type.h"
18 #include "be_sequence.h"
19 #include "be_string.h"
20 #include "be_structure.h"
21 #include "be_typedef.h"
23 #include "be_valuebox.h"
24 #include "be_valuetype.h"
25 #include "be_attribute.h"
26 #include "be_operation.h"
27 #include "be_predefined_type.h"
28 #include "be_argument.h"
30 #include "be_helper.h"
32 #include "be_visitor_attribute.h"
33 #include "be_visitor_context.h"
34 #include "be_visitor_operation.h"
35 #include "be_visitor_any_extracted_type_decl.h"
37 #include "ast_generator.h"
38 #include "utl_identifier.h"
39 #include "utl_exceptlist.h"
40 #include "global_extern.h"
41 #include "ace/Log_Msg.h"