absyntax_utils/search_il_operand_type.hh
changeset 202 da1a8186f86f
parent 201 e657008f43d0
child 265 4d222f46f8cc
equal deleted inserted replaced
201:e657008f43d0 202:da1a8186f86f
    38  */
    38  */
    39 
    39 
    40 class search_il_operand_type_c {
    40 class search_il_operand_type_c {
    41 
    41 
    42   private:
    42   private:
    43     search_varfb_instance_type_c search_varfb_instance_type;
    43   search_varfb_instance_type_c::search_varfb_instance_type_c search_varfb_instance_type;
    44     search_constant_type_c search_constant_type;
    44     search_constant_type_c search_constant_type;
    45 
    45 
    46   public:
    46   public:
    47     search_il_operand_type_c(symbol_c *search_scope): search_varfb_instance_type(search_scope) {}
    47     search_il_operand_type_c(symbol_c *search_scope): search_varfb_instance_type(search_scope) {}
    48 
    48