Package net.bytebuddy.asm
Interface Advice.Dispatcher.RelocationHandler.Bound
-
- All Known Implementing Classes:
Advice.Dispatcher.RelocationHandler.Disabled
,Advice.Dispatcher.RelocationHandler.ForType.Bound
,Advice.Dispatcher.RelocationHandler.ForValue.Bound
- Enclosing interface:
- Advice.Dispatcher.RelocationHandler
public static interface Advice.Dispatcher.RelocationHandler.Bound
A boundAdvice.Dispatcher.RelocationHandler
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(org.objectweb.asm.MethodVisitor methodVisitor, Advice.ArgumentHandler.ForAdvice argumentHandler, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler)
Applies this relocation handler.
-
-
-
Method Detail
-
apply
void apply(org.objectweb.asm.MethodVisitor methodVisitor, Advice.ArgumentHandler.ForAdvice argumentHandler, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler)
Applies this relocation handler.- Parameters:
methodVisitor
- 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.
-
-