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 class
Advice.Dispatcher.SuppressionHandler.NoOp
A non-operational suppression handler that does not suppress any method.protected static class
Advice.Dispatcher.SuppressionHandler.Suppressing.Bound
An active, bound suppression handler.Fields in net.bytebuddy.asm declared as Advice.Dispatcher.SuppressionHandler.Bound Modifier and Type Field Description protected Advice.Dispatcher.SuppressionHandler.Bound
Advice.Dispatcher.Inlining.Resolved.AdviceMethodInliner. suppressionHandler
A 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.Bound
Advice.Dispatcher.SuppressionHandler. bind(StackManipulation exceptionHandler)
Binds the suppression handler for instrumenting a specific method.Advice.Dispatcher.SuppressionHandler.Bound
Advice.Dispatcher.SuppressionHandler.NoOp. bind(StackManipulation exceptionHandler)
Advice.Dispatcher.SuppressionHandler.Bound
Advice.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.MethodVisitor
Advice.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.MethodVisitor
Advice.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.MethodVisitor
Advice.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)
-