stage3/array_range_check.hh
changeset 598 0b1ee7e7123b
parent 592 99a284cec1f2
child 664 199a9f84e64c
equal deleted inserted replaced
597:7326a0658104 598:0b1ee7e7123b
    61     /* B.1.3 - Data types */
    61     /* B.1.3 - Data types */
    62     /**********************/
    62     /**********************/
    63     /********************************/
    63     /********************************/
    64     /* B 1.3.3 - Derived data types */
    64     /* B 1.3.3 - Derived data types */
    65     /********************************/
    65     /********************************/
    66     /* NOTE: we may later want to move this to a visitor that will focus on analysing the data type declarations! */
    66     /* NOTE: we may later want to move the following 2 methods to a visitor that will focus on analysing the data type declarations! */
    67     void *visit(subrange_c *symbol);
    67     void *visit(subrange_c *symbol);
       
    68     void *visit(array_initial_elements_c *symbol);
    68   
    69   
    69     /*********************/
    70     /*********************/
    70     /* B 1.4 - Variables */
    71     /* B 1.4 - Variables */
    71     /*********************/
    72     /*********************/
    72     /*************************************/
    73     /*************************************/