absyntax_utils/search_varfb_instance_type.hh
changeset 420 866eb35e4e14
parent 417 d48f53715f77
child 446 d871f0eb88fb
--- a/absyntax_utils/search_varfb_instance_type.hh	Thu Feb 02 10:00:53 2012 +0000
+++ b/absyntax_utils/search_varfb_instance_type.hh	Thu Feb 02 14:18:02 2012 +0000
@@ -134,13 +134,14 @@
 
 
   private:
-    /* We override the base class' visitor to identifier_c.
-     * This is so because the base class does not consider a function block
-     * to be a type, unlike this class that allows a variable instance
-     * of a function block type...
-     */
-//     void *visit(identifier_c *type_name);
-
+    /*************************/
+    /* B.1 - Common elements */
+    /*************************/
+    /*******************************************/
+    /* B 1.1 - Letters, digits and identifiers */
+    /*******************************************/
+    void *visit(identifier_c *variable_name);
+      
     /********************************/
     /* B 1.3.3 - Derived data types */
     /********************************/