@HashCodeAndEqualsPlugin.Enhance public static class MethodCall.MethodInvoker.ForSuperMethodInvocation extends Object implements MethodCall.MethodInvoker
MethodCall.MethodInvoker.ForContextualInvocation, MethodCall.MethodInvoker.ForDefaultMethodInvocation, MethodCall.MethodInvoker.ForSuperMethodInvocation, MethodCall.MethodInvoker.ForVirtualInvocation
Modifier | Constructor and Description |
---|---|
protected |
ForSuperMethodInvocation(TypeDescription instrumentedType)
Creates a method invoker for a super method invocation.
|
Modifier and Type | Method and Description |
---|---|
StackManipulation |
toStackManipulation(MethodDescription invokedMethod,
Implementation.Target implementationTarget)
Invokes the method.
|
protected ForSuperMethodInvocation(TypeDescription instrumentedType)
instrumentedType
- The instrumented type.public StackManipulation toStackManipulation(MethodDescription invokedMethod, Implementation.Target implementationTarget)
toStackManipulation
in interface MethodCall.MethodInvoker
invokedMethod
- The method to be invoked.implementationTarget
- The implementation target of the instrumented instance.Copyright © 2014–2020. All rights reserved.