absyntax_utils/search_varfb_instance_type.hh
changeset 531 e7d6f28fc882
parent 505 21be0f2f242d
child 540 5993247a1c91
--- 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... */