Uses of Interface
net.bytebuddy.asm.Advice.StackMapFrameHandler
-
Packages that use Advice.StackMapFrameHandler Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of Advice.StackMapFrameHandler in net.bytebuddy.asm
Subinterfaces of Advice.StackMapFrameHandler in net.bytebuddy.asm Modifier and Type Interface Description static interface
Advice.StackMapFrameHandler.ForAdvice
A stack map frame handler for an advice method.static interface
Advice.StackMapFrameHandler.ForInstrumentedMethod
A stack map frame handler for an instrumented method.Classes in net.bytebuddy.asm that implement Advice.StackMapFrameHandler Modifier and Type Class Description static class
Advice.StackMapFrameHandler.Default
A default implementation of a stack map frame handler for an instrumented method.protected class
Advice.StackMapFrameHandler.Default.ForAdvice
A stack map frame handler for an advice method.static class
Advice.StackMapFrameHandler.NoOp
A non-operational stack map frame handler.
-