Uses of Interface
net.bytebuddy.asm.Advice.StackMapFrameHandler
Packages that use Advice.StackMapFrameHandler
Package
Description
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.asmModifier and TypeInterfaceDescriptionstatic interface
A stack map frame handler for an advice method.static interface
A stack map frame handler for an instrumented method.Classes in net.bytebuddy.asm that implement Advice.StackMapFrameHandlerModifier and TypeClassDescriptionstatic class
A default implementation of a stack map frame handler for an instrumented method.protected class
A stack map frame handler for an advice method.protected static class
A trivial stack map frame handler that applies a trivial translation for the instrumented method's stack map frames.protected static class
A stack map frame handler that requires the original arguments of the instrumented method to be preserved in their original form.protected static class
A stack map frame handler that expects that an argument copy of the original method arguments was made.protected static class
A stack map frame handler that expects that the original argument frames remain preserved throughout the original invocation.static enum
A non-operational stack map frame handler.