absyntax_utils/decompose_var_instance_name.hh
changeset 205 96d8b6e006f0
parent 202 da1a8186f86f
child 238 0919986a5c98
--- a/absyntax_utils/decompose_var_instance_name.hh	Wed Sep 02 13:39:05 2009 +0200
+++ b/absyntax_utils/decompose_var_instance_name.hh	Wed Sep 02 14:05:27 2009 +0200
@@ -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 */
   /********************************************/