Uses of Interface
net.bytebuddy.asm.Advice.Dispatcher.RelocationHandler.Bound
-
Packages that use Advice.Dispatcher.RelocationHandler.Bound Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of Advice.Dispatcher.RelocationHandler.Bound in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement Advice.Dispatcher.RelocationHandler.Bound Modifier and Type Class Description static classAdvice.Dispatcher.RelocationHandler.DisabledA disabled relocation handler that does never trigger a relocation.protected static classAdvice.Dispatcher.RelocationHandler.ForType.BoundA bound relocation handler forAdvice.Dispatcher.RelocationHandler.ForType.protected classAdvice.Dispatcher.RelocationHandler.ForValue.BoundA bound relocation handler forAdvice.Dispatcher.RelocationHandler.ForValue.Fields in net.bytebuddy.asm declared as Advice.Dispatcher.RelocationHandler.Bound Modifier and Type Field Description protected Advice.Dispatcher.RelocationHandler.BoundAdvice.Dispatcher.Inlining.Resolved.AdviceMethodInliner. relocationHandlerA bound relocation handler that is responsible for considering a non-standard control flow.Methods in net.bytebuddy.asm with parameters of type Advice.Dispatcher.RelocationHandler.Bound Modifier and Type Method Description protected abstract org.objectweb.asm.MethodVisitorAdvice.Dispatcher.Inlining.Resolved. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, Assigner assigner, Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler, Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler, Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler, TypeDescription instrumentedType, MethodDescription instrumentedMethod, Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler, Advice.Dispatcher.RelocationHandler.Bound relocationHandler)Applies a resolution for a given instrumented method.protected org.objectweb.asm.MethodVisitorAdvice.Dispatcher.Inlining.Resolved.ForMethodEnter. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, Assigner assigner, Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler, Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler, Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler, TypeDescription instrumentedType, MethodDescription instrumentedMethod, Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler, Advice.Dispatcher.RelocationHandler.Bound relocationHandler)protected org.objectweb.asm.MethodVisitorAdvice.Dispatcher.Inlining.Resolved.ForMethodExit. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, Assigner assigner, Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler, Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler, Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler, TypeDescription instrumentedType, MethodDescription instrumentedMethod, Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler, Advice.Dispatcher.RelocationHandler.Bound relocationHandler)
-