@HashCodeAndEqualsPlugin.Enhance(includeSyntheticFields=true) protected class Advice.Dispatcher.RelocationHandler.ForType.Bound extends Object implements Advice.Dispatcher.RelocationHandler.Bound
Advice.Dispatcher.RelocationHandler.ForType.| Modifier | Constructor and Description |
|---|---|
protected |
Bound(MethodDescription instrumentedMethod,
Advice.Dispatcher.RelocationHandler.Relocation relocation)
Creates a new bound relocation handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(MethodVisitor methodVisitor,
Advice.ArgumentHandler.ForAdvice argumentHandler,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler)
Applies this relocation handler.
|
protected Bound(MethodDescription instrumentedMethod, Advice.Dispatcher.RelocationHandler.Relocation relocation)
instrumentedMethod - The instrumented method.relocation - The relocation to apply.public void apply(MethodVisitor methodVisitor, Advice.ArgumentHandler.ForAdvice argumentHandler, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler)
Advice.Dispatcher.RelocationHandler.Boundapply in interface Advice.Dispatcher.RelocationHandler.BoundmethodVisitor - The method visitor to use.argumentHandler - The argument handler to use.methodSizeHandler - The method size handler to use.stackMapFrameHandler - The stack map frame handler to use.Copyright © 2014–2018. All rights reserved.