Uses of Interface
net.bytebuddy.asm.Advice.MethodSizeHandler.ForAdvice
-
Packages that use Advice.MethodSizeHandler.ForAdvice Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of Advice.MethodSizeHandler.ForAdvice in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement Advice.MethodSizeHandler.ForAdvice Modifier and Type Class Description protected classAdvice.MethodSizeHandler.Default.ForAdviceA method size handler for an advice method.static classAdvice.MethodSizeHandler.NoOpA non-operational method size handler.Fields in net.bytebuddy.asm declared as Advice.MethodSizeHandler.ForAdvice Modifier and Type Field Description protected Advice.MethodSizeHandler.ForAdviceAdvice.Dispatcher.Delegating.Resolved.AdviceMethodWriter. methodSizeHandlerA handler for computing the method size requirements.protected Advice.MethodSizeHandler.ForAdviceAdvice.Dispatcher.Inlining.CodeTranslationVisitor. methodSizeHandlerA handler for computing the method size requirements.Methods in net.bytebuddy.asm that return Advice.MethodSizeHandler.ForAdvice Modifier and Type Method Description Advice.MethodSizeHandler.ForAdviceAdvice.MethodSizeHandler.Default. bindEnter(MethodDescription.InDefinedShape adviceMethod)Advice.MethodSizeHandler.ForAdviceAdvice.MethodSizeHandler.ForInstrumentedMethod. bindEnter(MethodDescription.InDefinedShape adviceMethod)Binds a method size handler for the enter advice.Advice.MethodSizeHandler.ForAdviceAdvice.MethodSizeHandler.NoOp. bindEnter(MethodDescription.InDefinedShape adviceMethod)Advice.MethodSizeHandler.ForAdviceAdvice.MethodSizeHandler.Default. bindExit(MethodDescription.InDefinedShape adviceMethod, boolean skipThrowable)Advice.MethodSizeHandler.ForAdviceAdvice.MethodSizeHandler.ForInstrumentedMethod. bindExit(MethodDescription.InDefinedShape adviceMethod, boolean skipThrowable)Binds the method size handler for the exit advice.Advice.MethodSizeHandler.ForAdviceAdvice.MethodSizeHandler.NoOp. bindExit(MethodDescription.InDefinedShape adviceMethod, boolean skipThrowable)Methods in net.bytebuddy.asm with parameters of type Advice.MethodSizeHandler.ForAdvice Modifier and Type Method Description voidAdvice.Dispatcher.RelocationHandler.Bound. apply(org.objectweb.asm.MethodVisitor methodVisitor, Advice.ArgumentHandler.ForAdvice argumentHandler, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler)Applies this relocation handler.voidAdvice.Dispatcher.RelocationHandler.Disabled. apply(org.objectweb.asm.MethodVisitor methodVisitor, Advice.ArgumentHandler.ForAdvice argumentHandler, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler)voidAdvice.Dispatcher.RelocationHandler.ForType.Bound. apply(org.objectweb.asm.MethodVisitor methodVisitor, Advice.ArgumentHandler.ForAdvice argumentHandler, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler)voidAdvice.Dispatcher.RelocationHandler.ForValue.Bound. apply(org.objectweb.asm.MethodVisitor methodVisitor, Advice.ArgumentHandler.ForAdvice argumentHandler, Advice.MethodSizeHandler.ForAdvice methodSizeHandler, Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler)protected abstract voidAdvice.Dispatcher.RelocationHandler.ForValue. convertValue(org.objectweb.asm.MethodVisitor methodVisitor, Advice.MethodSizeHandler.ForAdvice methodSizeHandler)Applies a value conversion prior to a applying a conditional jump.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)
-