2 //=============================================================================
6 * Visitors for generation of code for Constant
8 * @author Aniruddha Gokhale
10 //=============================================================================
12 #include "be_constant.h"
13 #include "be_module.h"
14 #include "be_helper.h"
15 #include "be_extern.h"
16 #include "be_typedef.h"
17 #include "utl_identifier.h"
18 #include "ast_expression.h"
20 #include "be_visitor_constant.h"
21 #include "be_visitor_context.h"
23 const char *exprtype_to_cpp_corba_type (AST_Expression::ExprType et
);