diff -r 1eacd7afcab1 -r e7d6f28fc882 absyntax_utils/search_varfb_instance_type.hh --- a/absyntax_utils/search_varfb_instance_type.hh Tue Apr 24 19:17:53 2012 +0100 +++ b/absyntax_utils/search_varfb_instance_type.hh Wed Apr 25 15:46:53 2012 +0100 @@ -104,16 +104,13 @@ void init(void); public: - search_varfb_instance_type_c(symbol_c *search_scope); - symbol_c *get_basetype_decl(symbol_c *variable_name); - symbol_c *get_basetype_id (symbol_c *variable_name); -// symbol_c *get_type_decl(symbol_c *variable_name); - symbol_c *get_type_id(symbol_c *variable_name); + search_varfb_instance_type_c(symbol_c *search_scope ); + symbol_c *get_basetype_decl (symbol_c *variable_name); + symbol_c *get_basetype_id (symbol_c *variable_name); +// symbol_c *get_type_decl (symbol_c *variable_name); + symbol_c *get_type_id (symbol_c *variable_name); - /* NOTE: The following function should be moved to its own independent visitor class. - * In other words, it will be removed from this class in the future. - */ - bool type_is_complex(symbol_c *variable_name); + private: /* a helper function... */