Uses of Interface
net.bytebuddy.asm.Advice.Dispatcher.SuppressionHandler.Bound
-
Packages that use Advice.Dispatcher.SuppressionHandler.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.SuppressionHandler.Bound in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement Advice.Dispatcher.SuppressionHandler.Bound Modifier and Type Class Description static classAdvice.Dispatcher.SuppressionHandler.NoOpA non-operational suppression handler that does not suppress any method.protected static classAdvice.Dispatcher.SuppressionHandler.Suppressing.BoundAn active, bound suppression handler.Fields in net.bytebuddy.asm declared as Advice.Dispatcher.SuppressionHandler.Bound Modifier and Type Field Description protected Advice.Dispatcher.SuppressionHandler.BoundAdvice.Dispatcher.Inlining.Resolved.AdviceMethodInliner. suppressionHandlerA bound suppression handler that is used for suppressing exceptions of this advice method.Methods in net.bytebuddy.asm that return Advice.Dispatcher.SuppressionHandler.Bound Modifier and Type Method Description Advice.Dispatcher.SuppressionHandler.BoundAdvice.Dispatcher.SuppressionHandler. bind(StackManipulation exceptionHandler)Binds the suppression handler for instrumenting a specific method.Advice.Dispatcher.SuppressionHandler.BoundAdvice.Dispatcher.SuppressionHandler.NoOp. bind(StackManipulation exceptionHandler)Advice.Dispatcher.SuppressionHandler.BoundAdvice.Dispatcher.SuppressionHandler.Suppressing. bind(StackManipulation exceptionHandler)Methods in net.bytebuddy.asm with parameters of type Advice.Dispatcher.SuppressionHandler.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)
-