public static interface MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.Resolved
| Modifier and Type | Method and Description |
|---|---|
List<JavaConstant> |
make(MemberSubstitution.Target target,
JavaConstant.MethodHandle methodHandle)
Returns the constant values to supply to the bootstrap method.
|
List<JavaConstant> make(MemberSubstitution.Target target, JavaConstant.MethodHandle methodHandle)
target - The target member of invokedynamic invocation.methodHandle - A method handle that represents the substituted element.Copyright © 2014–2025. All rights reserved.