@HashCodeAndEqualsPlugin.Enhance protected static class MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForArgument.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(TypeDescription.Generic targetType,
int index,
Assigner.Typing typing,
MemberSubstitution.Source source,
boolean optional,
Assigner assigner,
MethodDescription instrumentedMethod)
Creates a resolved offset mapping for assigning a parameter.
|
| 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(TypeDescription.Generic targetType, int index, Assigner.Typing typing, MemberSubstitution.Source source, boolean optional, Assigner assigner, MethodDescription instrumentedMethod)
targetType - The targeted type.index - The index of the parameter.typing - The typing to use when assigning.source - The source providing the argument.optional - true if null or a primitive 0 should be assigned
to the parameter if the provided index is not available.assigner - The assigner to use.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.