public static interface MethodDelegationBinder.TerminationHandler
Modifier and Type | Interface and Description |
---|---|
static class |
MethodDelegationBinder.TerminationHandler.Default
Responsible for creating a
StackManipulation
that is applied after the interception method is applied. |
Modifier and Type | Method and Description |
---|---|
StackManipulation |
resolve(Assigner assigner,
Assigner.Typing typing,
MethodDescription source,
MethodDescription target)
Creates a stack manipulation that is to be applied after the method return.
|
StackManipulation resolve(Assigner assigner, Assigner.Typing typing, MethodDescription source, MethodDescription target)
assigner
- The supplied assigner.typing
- The typing to apply.source
- The source method that is bound to the target
method.target
- The target method that is subject to be bound by the source
method.Copyright © 2014–2023. All rights reserved.