Uses of Class
net.bytebuddy.asm.Advice.Dispatcher.Inlining.CodeTranslationVisitor
-
Packages that use Advice.Dispatcher.Inlining.CodeTranslationVisitor Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of Advice.Dispatcher.Inlining.CodeTranslationVisitor in net.bytebuddy.asm
Subclasses of Advice.Dispatcher.Inlining.CodeTranslationVisitor in net.bytebuddy.asm Modifier and Type Class Description protected static class
Advice.Dispatcher.Inlining.CodeTranslationVisitor.ForMethodEnter
A code translation visitor that retains the return value of the represented advice method.protected static class
Advice.Dispatcher.Inlining.CodeTranslationVisitor.ForMethodExit
A code translation visitor that discards the return value of the represented advice method.
-