Package daikon

Class Quantify.ESCQuantification

    • Method Detail

      • get_quantification

        public String get_quantification()
        Returns the quantification string. For example, if there is one array variable (a[]) that is not a slice, it will return
        
         '(\forall int i; (0 <= i <= size(a[]) ==> '
         
      • get_arr_vars_indexed

        public String get_arr_vars_indexed​(int num)
        Returns the specified array variable indexed by its index. For example, if the array variable is 'a.b[]' and the index is 'i', returns a.b[i].