absyntax_utils/search_varfb_instance_type.cc
changeset 531 e7d6f28fc882
parent 505 21be0f2f242d
child 540 5993247a1c91
equal deleted inserted replaced
530:1eacd7afcab1 531:e7d6f28fc882
   123   return current_basetype_decl;
   123   return current_basetype_decl;
   124 }  
   124 }  
   125 
   125 
   126 
   126 
   127 
   127 
   128 bool search_varfb_instance_type_c::type_is_complex(symbol_c *variable_name) {
       
   129   this->init();
       
   130   variable_name->accept(*this);
       
   131   return this->is_complex;
       
   132 }
       
   133 
       
   134 
       
   135 
       
   136 
   128 
   137 /*************************/
   129 /*************************/
   138 /* B.1 - Common elements */
   130 /* B.1 - Common elements */
   139 /*************************/
   131 /*************************/
   140 /*******************************************/
   132 /*******************************************/