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 interfaceA stack map frame handler for an advice method.static interfaceA stack map frame handler for an instrumented method.Classes in net.bytebuddy.asm that implement Advice.StackMapFrameHandlerModifier and TypeClassDescriptionstatic classA default implementation of a stack map frame handler for an instrumented method.protected classA stack map frame handler for an advice method.protected static classA trivial stack map frame handler that applies a trivial translation for the instrumented method's stack map frames.protected static classA stack map frame handler that requires the original arguments of the instrumented method to be preserved in their original form.protected static classA stack map frame handler that expects that an argument copy of the original method arguments was made.protected static classA stack map frame handler that expects that the original argument frames remain preserved throughout the original invocation.static enumA non-operational stack map frame handler.