Package groovy.lang

Interface ClosureInvokingMethod

    • Method Detail

      • getClosure

        Closure getClosure()
        Returns the original closure that this method invokes
        Returns:
        The closure
      • isStatic

        boolean isStatic()
        Is it a static method?
        Returns:
        True if it is
      • getName

        java.lang.String getName()
        The method name
        Returns:
        The method name