Interface MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.Resolved

    • Method Detail

      • make

        java.util.List<JavaConstant> make​(MemberSubstitution.Target target,
                                          JavaConstant.MethodHandle methodHandle)
        Returns the constant values to supply to the bootstrap method.
        Parameters:
        target - The target member of invokedynamic invocation.
        methodHandle - A method handle that represents the substituted element.
        Returns:
        A list of constant values to supply to the bootstrap method.