stage3/narrow_candidate_datatypes.hh
changeset 996 c752b113237b
parent 945 477393b00f95
child 1028 7c8709ce6b8f
equal deleted inserted replaced
995:ce997a27c516 996:c752b113237b
    92   public:
    92   public:
    93     narrow_candidate_datatypes_c(symbol_c *ignore);
    93     narrow_candidate_datatypes_c(symbol_c *ignore);
    94     virtual ~narrow_candidate_datatypes_c(void);
    94     virtual ~narrow_candidate_datatypes_c(void);
    95 
    95 
    96     symbol_c *base_type(symbol_c *symbol);
    96     symbol_c *base_type(symbol_c *symbol);
       
    97 
       
    98     /*************************/
       
    99     /* B.1 - Common elements */
       
   100     /*************************/
       
   101     /*******************************************/
       
   102     /* B 1.1 - Letters, digits and identifiers */
       
   103     /*******************************************/
       
   104 //  void *visit(                 identifier_c *symbol);
       
   105     void *visit(derived_datatype_identifier_c *symbol);
       
   106 //  void *visit(         poutype_identifier_c *symbol);
    97 
   107 
    98     /**********************/
   108     /**********************/
    99     /* B 1.3 - Data types */
   109     /* B 1.3 - Data types */
   100     /**********************/
   110     /**********************/
   101     /***********************************/
   111     /***********************************/