stage3/fill_candidate_datatypes.hh
changeset 810 d9c48ad646f1
parent 808 7a6b53d61ea3
child 813 0630cc31569f
equal deleted inserted replaced
809:9204559768f1 810:d9c48ad646f1
   192 //  void *visit(structure_element_declaration_list_c *symbol);
   192 //  void *visit(structure_element_declaration_list_c *symbol);
   193 //  void *visit(structure_element_declaration_c *symbol);
   193 //  void *visit(structure_element_declaration_c *symbol);
   194 //  void *visit(structure_element_initialization_list_c *symbol);
   194 //  void *visit(structure_element_initialization_list_c *symbol);
   195 //  void *visit(structure_element_initialization_c *symbol);
   195 //  void *visit(structure_element_initialization_c *symbol);
   196 //  void *visit(string_type_declaration_c *symbol);
   196 //  void *visit(string_type_declaration_c *symbol);
       
   197     void *visit(fb_spec_init_c *symbol);
   197 
   198 
   198     
   199     
   199     /*********************/
   200     /*********************/
   200     /* B 1.4 - Variables */
   201     /* B 1.4 - Variables */
   201     /*********************/
   202     /*********************/
   216     /* B 1.4.3 - Declaration & Initialisation */
   217     /* B 1.4.3 - Declaration & Initialisation */
   217     /******************************************/
   218     /******************************************/
   218     void *visit(var1_list_c *symbol);
   219     void *visit(var1_list_c *symbol);
   219     void *visit(location_c *symbol);
   220     void *visit(location_c *symbol);
   220     void *visit(located_var_decl_c *symbol);
   221     void *visit(located_var_decl_c *symbol);
   221     void *visit(fb_name_decl_c *symbol);
       
   222 
   222 
   223     /**************************************/
   223     /**************************************/
   224     /* B 1.5 - Program organization units */
   224     /* B 1.5 - Program organization units */
   225     /**************************************/
   225     /**************************************/
   226     /***********************/
   226     /***********************/