absyntax_utils/search_base_type.cc
changeset 813 0630cc31569f
parent 810 d9c48ad646f1
child 854 13d0b67de111
equal deleted inserted replaced
804:7898ba56c7cf 813:0630cc31569f
   370 					string_type_declaration_size,
   370 					string_type_declaration_size,
   371 					string_type_declaration_init) // may be == NULL!
   371 					string_type_declaration_init) // may be == NULL!
   372 */
   372 */
   373 void *search_base_type_c::visit(string_type_declaration_c *symbol)	                {return (void *)symbol;}
   373 void *search_base_type_c::visit(string_type_declaration_c *symbol)	                {return (void *)symbol;}
   374 
   374 
   375   
   375 
       
   376 /*  function_block_type_name ASSIGN structure_initialization */
       
   377 /* structure_initialization -> may be NULL ! */
       
   378 // SYM_REF2(fb_spec_init_c, function_block_type_name, structure_initialization)
       
   379 void *search_base_type_c::visit(fb_spec_init_c *symbol)	{
       
   380   return symbol->function_block_type_name->accept(*this);
       
   381 }
       
   382 
       
   383 
   376 
   384 
   377 /*****************************/
   385 /*****************************/
   378 /* B 1.5.2 - Function Blocks */
   386 /* B 1.5.2 - Function Blocks */
   379 /*****************************/
   387 /*****************************/
   380 /*  FUNCTION_BLOCK derived_function_block_name io_OR_other_var_declarations function_block_body END_FUNCTION_BLOCK */
   388 /*  FUNCTION_BLOCK derived_function_block_name io_OR_other_var_declarations function_block_body END_FUNCTION_BLOCK */