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 that implement Advice.Dispatcher.Bound 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.static classAdvice.Dispatcher.InactiveAn implementation for inactive devise that does not write any byte code.protected classAdvice.Dispatcher.Inlining.Resolved.AdviceMethodInlinerA 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.Fields in net.bytebuddy.asm declared as Advice.Dispatcher.Bound Modifier and Type Field Description protected Advice.Dispatcher.BoundAdvice.AdviceVisitor. methodExitThe dispatcher to be used for method exit.
-