absyntax_utils/search_il_operand_type.hh
changeset 294 aae14da3c296
parent 279 c0453b7f99df
equal deleted inserted replaced
293:e53b93cd90e4 294:aae14da3c296
    46  */
    46  */
    47 
    47 
    48 class search_il_operand_type_c {
    48 class search_il_operand_type_c {
    49 
    49 
    50   private:
    50   private:
    51   search_varfb_instance_type_c::search_varfb_instance_type_c search_varfb_instance_type;
    51     search_varfb_instance_type_c search_varfb_instance_type;
    52     search_constant_type_c search_constant_type;
    52     search_constant_type_c search_constant_type;
    53 
    53 
    54   public:
    54   public:
    55     search_il_operand_type_c(symbol_c *search_scope): search_varfb_instance_type(search_scope) {}
    55     search_il_operand_type_c(symbol_c *search_scope): search_varfb_instance_type(search_scope) {}
    56 
    56