Interface JavaDispatcher.Dispatcher

    • Method Detail

      • invoke

        java.lang.Object invoke​(java.lang.Object[] argument)
                         throws java.lang.Throwable
        Invokes the proxied action.
        Parameters:
        argument - The arguments provided.
        Returns:
        The return value.
        Throws:
        java.lang.Throwable - If any error occurs.
      • apply

        int apply​(org.objectweb.asm.MethodVisitor methodVisitor,
                  java.lang.reflect.Method method)
        Implements this dispatcher in a generated proxy.
        Parameters:
        methodVisitor - The method visitor to implement the method with.
        method - The method being implemented.
        Returns:
        The maximal size of the operand stack.