absyntax_utils/decompose_var_instance_name.hh
changeset 202 da1a8186f86f
parent 181 38d6eb056260
child 238 0919986a5c98
--- a/absyntax_utils/decompose_var_instance_name.hh	Thu Jul 02 11:26:25 2009 +0100
+++ b/absyntax_utils/decompose_var_instance_name.hh	Thu Aug 27 16:06:46 2009 +0100
@@ -56,11 +56,19 @@
     symbol_c *next_part(void);
 
   private:
+  /*************************/
+  /* B.1 - Common elements */
+  /*************************/
+  /*******************************************/
+  /* B 1.1 - Letters, digits and identifiers */
+  /*******************************************/
+    void *visit(identifier_c *symbol);
+
   /*********************/
   /* B 1.4 - Variables */
   /*********************/
     void *visit(symbolic_variable_c *symbol);
-  
+
   /********************************************/
   /* B.1.4.1   Directly Represented Variables */
   /********************************************/