Uses of Interface
net.bytebuddy.asm.Advice.Dispatcher.Bound
-
Packages that use Advice.Dispatcher.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.Bound in net.bytebuddy.asm
Classes in net.bytebuddy.asm with type parameters of type Advice.Dispatcher.Bound Modifier and Type Class Description protected static class
Advice.Dispatcher.Delegating.Resolved<T extends Advice.Dispatcher.Bound>
A resolved version of a dispatcher.Subinterfaces of Advice.Dispatcher.Bound in net.bytebuddy.asm Modifier and Type Interface Description static interface
Advice.Dispatcher.Bound.ForMethodEnter
A bound dispatcher for a method enter.static interface
Advice.Dispatcher.Bound.ForMethodExit
A bound dispatcher for a method exit.Classes in net.bytebuddy.asm that implement Advice.Dispatcher.Bound Modifier and Type Class Description protected static class
Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter
A 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 class
Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter.ForMethodEnter
An advice method writer for a method entry.protected static class
Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter.ForMethodExit
An advice method writer for a method exit.static class
Advice.Dispatcher.Inactive
An implementation for inactive devise that does not write any byte code.protected class
Advice.Dispatcher.Inlining.Resolved.AdviceMethodInliner
A 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 class
Advice.Dispatcher.Inlining.Resolved.ForMethodEnter.AdviceMethodInliner
An advice method inliner for a method enter.protected class
Advice.Dispatcher.Inlining.Resolved.ForMethodExit.AdviceMethodInliner
An advice method inliner for a method exit.Methods in net.bytebuddy.asm that return Advice.Dispatcher.Bound Modifier and Type Method Description Advice.Dispatcher.Bound
Advice.Dispatcher.Resolved. bind(TypeDescription instrumentedType, MethodDescription instrumentedMethod, org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext, Assigner assigner, Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler, Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler, StackManipulation exceptionHandler)
Binds this dispatcher for resolution to a specific method.
-