Uses of Class
net.bytebuddy.asm.Advice.StackMapFrameHandler.Default.WithPreservedArguments
Packages that use Advice.StackMapFrameHandler.Default.WithPreservedArguments
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of Advice.StackMapFrameHandler.Default.WithPreservedArguments in net.bytebuddy.asm
Modifier and TypeClassDescriptionprotected 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.