Interface MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.Resolved
- All Known Implementing Classes:
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.ForDefaultValues.Resolved
- Enclosing interface:
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver
public static interface MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.Resolved
A resolved version of a bootstrap argument handler.
-
Method Summary
Modifier and TypeMethodDescriptionmake(MemberSubstitution.Target target, JavaConstant.MethodHandle methodHandle) Returns the constant values to supply to the bootstrap method.
-
Method Details
-
make
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.
-