absyntax_utils/spec_init_separator.hh
changeset 350 2c3c4dc34979
parent 279 c0453b7f99df
child 810 d9c48ad646f1
equal deleted inserted replaced
341:ba80c3ceb6fb 350:2c3c4dc34979
    99   /******************************************/
    99   /******************************************/
   100   
   100   
   101   /* fb_name_list ':' function_block_type_name ASSIGN structure_initialization */
   101   /* fb_name_list ':' function_block_type_name ASSIGN structure_initialization */
   102   /* structure_initialization -> may be NULL ! */
   102   /* structure_initialization -> may be NULL ! */
   103   void *visit(fb_name_decl_c *symbol);
   103   void *visit(fb_name_decl_c *symbol);
       
   104   
       
   105   /* STRING '[' integer ']' 
       
   106    * STRING ASSIGN single_byte_character_string
       
   107    * STRING '[' integer ']' ASSIGN single_byte_character_string
       
   108    */
       
   109   void *visit(single_byte_string_spec_c *symbol);
       
   110 
       
   111   /* WSTRING '[' integer ']' 
       
   112    * WSTRING ASSIGN double_byte_character_string
       
   113    * WSTRING '[' integer ']' ASSIGN double_byte_character_string
       
   114    */
       
   115   void *visit(double_byte_string_spec_c *symbol);
       
   116     
   104 };   /* class spec_init_sperator_c */
   117 };   /* class spec_init_sperator_c */