Interface DescribedInvocation

    • Method Detail

      • toString

        java.lang.String toString()
        Describes the invocation in the human friendly way.
        Overrides:
        toString in class java.lang.Object
        Returns:
        the description of this invocation.
      • getLocation

        Location getLocation()
        The place in the code where the invocation happened.
        Returns:
        the location of the invocation.