Interface InvokeDynamic.InvocationProvider.Target.Resolved

    • Method Detail

      • getStackManipulation

        StackManipulation getStackManipulation()
        Returns the stack manipulation that loads the arguments onto the operand stack.
        Returns:
        The stack manipulation that loads the arguments onto the operand stack.
      • getReturnType

        TypeDescription getReturnType()
        Returns the requested return type.
        Returns:
        The requested return type.
      • getInternalName

        java.lang.String getInternalName()
        Returns the internal name of the requested method.
        Returns:
        The internal name of the requested method.
      • getParameterTypes

        java.util.List<TypeDescription> getParameterTypes()
        Returns the types of the values on the operand stack.
        Returns:
        The types of the values on the operand stack.