Uses of Interface
net.bytebuddy.asm.Advice.Dispatcher.SuppressionHandler.ReturnValueProducer
-
Packages that use Advice.Dispatcher.SuppressionHandler.ReturnValueProducer 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.ReturnValueProducer in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement Advice.Dispatcher.SuppressionHandler.ReturnValueProducer Modifier and Type Class Description protected static classAdvice.Dispatcher.Delegating.Resolved.AdviceMethodWriterA bound advice method that copies the code by first extracting the exception table and later appending the code of the method without copying any meta data.protected static classAdvice.Dispatcher.Delegating.Resolved.AdviceMethodWriter.ForMethodEnterAn advice method writer for a method enter.protected static classAdvice.Dispatcher.Delegating.Resolved.AdviceMethodWriter.ForMethodExitAn advice method writer for a method exit.protected static classAdvice.Dispatcher.Inlining.CodeTranslationVisitorA visitor for translating an advice method's byte code for inlining into the instrumented method.protected static classAdvice.Dispatcher.Inlining.CodeTranslationVisitor.ForMethodEnterA code translation visitor that retains the return value of the represented advice method.protected static classAdvice.Dispatcher.Inlining.CodeTranslationVisitor.ForMethodExitA code translation visitor that discards the return value of the represented advice method.Methods in net.bytebuddy.asm with parameters of type Advice.Dispatcher.SuppressionHandler.ReturnValueProducer Modifier and Type Method Description voidAdvice.Dispatcher.SuppressionHandler.Bound. onEnd(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler, Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer)Invoked at the end of a method.voidAdvice.Dispatcher.SuppressionHandler.NoOp. onEnd(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler, Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer)voidAdvice.Dispatcher.SuppressionHandler.Suppressing.Bound. onEnd(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler, Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer)voidAdvice.Dispatcher.SuppressionHandler.Bound. onEndSkipped(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler, Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer)Invoked at the end of a method.voidAdvice.Dispatcher.SuppressionHandler.NoOp. onEndSkipped(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler, Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer)voidAdvice.Dispatcher.SuppressionHandler.Suppressing.Bound. onEndSkipped(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler, Advice.Dispatcher.SuppressionHandler.ReturnValueProducer returnValueProducer)
-