stage3/visit_expression_type.cc
changeset 319 1669977e84f4
parent 305 fe5cb87610fa
child 321 a96399ab57c2
child 323 d3f2ef59b310
equal deleted inserted replaced
318:746a357b8747 319:1669977e84f4
   942 
   942 
   943 void *visit_expression_type_c::visit(structured_variable_c *symbol) {
   943 void *visit_expression_type_c::visit(structured_variable_c *symbol) {
   944   return search_varfb_instance_type->get_type(symbol);
   944   return search_varfb_instance_type->get_type(symbol);
   945 }
   945 }
   946 
   946 
       
   947 
       
   948 
       
   949 /********************************/
       
   950 /* B 1.7 Configuration elements */
       
   951 /********************************/
       
   952 void *visit_expression_type_c::visit(configuration_declaration_c *symbol) {
       
   953   // TODO !!!
       
   954   /* for the moment we must return NULL so semantic analysis of remaining code is not interrupted! */
       
   955   return NULL;
       
   956 }
   947 
   957 
   948 
   958 
   949 /****************************************/
   959 /****************************************/
   950 /* B.2 - Language IL (Instruction List) */
   960 /* B.2 - Language IL (Instruction List) */
   951 /****************************************/
   961 /****************************************/