Package net.bytebuddy.asm
Interface Advice.Dispatcher.RelocationHandler.Relocation
-
- All Known Implementing Classes:
Advice.AdviceVisitor
,Advice.AdviceVisitor.WithExitAdvice
,Advice.AdviceVisitor.WithExitAdvice.WithExceptionHandling
,Advice.AdviceVisitor.WithExitAdvice.WithoutExceptionHandling
,Advice.AdviceVisitor.WithoutExitAdvice
,Advice.Dispatcher.RelocationHandler.Relocation.ForLabel
- Enclosing interface:
- Advice.Dispatcher.RelocationHandler
public static interface Advice.Dispatcher.RelocationHandler.Relocation
A relocator is responsible for triggering a relocation if a relocation handler triggers a relocating condition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Advice.Dispatcher.RelocationHandler.Relocation.ForLabel
A relocation that unconditionally jumps to a given label.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(org.objectweb.asm.MethodVisitor methodVisitor)
Applies this relocator.
-