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.RelocationA 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 classAdvice.Dispatcher.RelocationHandler.Relocation.ForLabelA relocation that unconditionally jumps to a given label.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(org.objectweb.asm.MethodVisitor methodVisitor)Applies this relocator.
-