absyntax_utils/search_var_instance_decl.hh
changeset 706 31553c22f318
parent 619 f8c9ac5c529a
child 854 13d0b67de111
equal deleted inserted replaced
705:f2323f79252e 706:31553c22f318
   138     /* Returns true if the variable is an ARRAY or a STRUCT, otherwise returns false.
   138     /* Returns true if the variable is an ARRAY or a STRUCT, otherwise returns false.
   139      * Note that for FB, also returns false!
   139      * Note that for FB, also returns false!
   140      */
   140      */
   141     bool type_is_complex(symbol_c *variable_name);
   141     bool type_is_complex(symbol_c *variable_name);
   142 
   142 
   143     
   143     bool type_is_fb(symbol_c *symbol);
   144     
   144     
   145   private:
   145   private:
   146     symbol_c *search_scope;
   146     symbol_c *search_scope;
   147     symbol_c *search_name;
   147     symbol_c *search_name;
   148     symbol_c *current_type_decl;
   148     symbol_c *current_type_decl;