@HashCodeAndEqualsPlugin.Enhance protected static class MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForOrigin.Resolved extends Object implements MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.Resolved
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.Resolved.ForStackManipulation| Modifier | Constructor and Description |
|---|---|
protected |
Resolved(MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForOrigin.Sort sort,
MemberSubstitution.Source source,
MethodDescription instrumentedMethod)
Creates a resolved version of an offset mapping for describing the substituted expression or instrumented method.
|
| 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 Resolved(MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForOrigin.Sort sort, MemberSubstitution.Source source, MethodDescription instrumentedMethod)
sort - The sort of the origin representation.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.