@HashCodeAndEqualsPlugin.Enhance protected static class MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForSelfCallHandle.Bound extends Object implements MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.Resolved
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.Resolved.ForStackManipulation| Modifier | Constructor and Description |
|---|---|
protected |
Bound(MemberSubstitution.Source source,
MethodDescription instrumentedMethod)
Creates an offset mapping for a bound version of a self call handle.
|
| Modifier and Type | Method and Description |
|---|---|
StackManipulation |
apply(MemberSubstitution.Target target,
TypeList.Generic parameters,
TypeDescription.Generic result,
TypeDescription.Generic current,
JavaConstant.MethodHandle methodHandle,
Map<Integer,Integer> offsets,
int offset)
Applies this offset mapping.
|
protected Bound(MemberSubstitution.Source source, MethodDescription instrumentedMethod)
source - The source providing the reference.instrumentedMethod - The instrumented method.public StackManipulation apply(MemberSubstitution.Target target, TypeList.Generic parameters, TypeDescription.Generic result, TypeDescription.Generic current, JavaConstant.MethodHandle methodHandle, Map<Integer,Integer> offsets, int offset)
apply in interface MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.Resolvedtarget - The target member of invokedynamic invocation.parameters - The parameters that are supplied to the substituted expression.result - The resulting type of the substituted expression.current - The type of the value that was produced by the previous step in the substitution chain.methodHandle - A method handle that represents the substituted element.offsets - The offsets of the supplied parameters.offset - The offset of the value that was produced by the previous step.Copyright © 2014–2025. All rights reserved.