Annotation Type CalledMethodsPredicate

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      A boolean expression constructed from the following grammar:
    • Element Detail

      • value

        String value
        A boolean expression constructed from the following grammar:

        S → method name | S && S | S || S | !S | (S)

        The expression uses standard Java operator precedence: "!" then "&&" then "||".

        Returns:
        the boolean expression