Annotation Type EnsuresKeyForIf

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] expression
      Java expressions that are keys in the given maps after the method returns the given result.
      String[] map
      Returns Java expressions whose values are maps, each of which contains each expression value as a key (after the method returns the given result).
      boolean result
      The value the method must return, in order for the postcondition to hold.
    • Element Detail

      • result

        boolean result
        The value the method must return, in order for the postcondition to hold.
      • expression

        String[] expression
        Java expressions that are keys in the given maps after the method returns the given result.
      • map

        @JavaExpression
        @QualifierArgument("value")
        String[] map
        Returns Java expressions whose values are maps, each of which contains each expression value as a key (after the method returns the given result).
        Returns:
        Java expressions whose values are maps, each of which contains each expression value as a key (after the method returns the given result)