Package net.bytebuddy.asm
Interface MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved
-
- All Known Implementing Classes:
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForDynamicInvocation.Resolved
,MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForRegularInvocation
- Enclosing interface:
- MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher
public static interface MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved
A dispatcher that has been resolved for a given instrumented type and method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StackManipulation
apply(MemberSubstitution.Target target, JavaConstant.MethodHandle methodHandle)
Creates a stack manipulation for a given substitution target.StackManipulation
initialize()
-
-
-
Method Detail
-
initialize
StackManipulation initialize()
-
apply
StackManipulation apply(MemberSubstitution.Target target, JavaConstant.MethodHandle methodHandle)
Creates a stack manipulation for a given substitution target.- Parameters:
target
- The target member of invokedynamic invocation.methodHandle
- A method handle that describes the invocation.- Returns:
- A stack manipulation that executes the represented delegation.
-
-