Package daikon

Class Quantify.SimplifyQuantification

    • Method Detail

      • get_quantification

        public String get_quantification()
        Returns the quantification string that quantifies over each of the free variables.
      • 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[]' and the index is 'i', returns 'select i a'.
      • get_index

        public String get_index​(int num)
        Returns the term at the specified index.
        Parameters:
        num - the term's index
        Returns:
        the term at the specified index
      • get_closer

        public String get_closer()
        Returns the string to be appended to the end of the quantification.