Uses of Class
net.bytebuddy.asm.Advice.StackMapFrameHandler.Default.WithPreservedArguments
-
Packages that use Advice.StackMapFrameHandler.Default.WithPreservedArguments Package Description net.bytebuddy.asm 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
Subclasses of Advice.StackMapFrameHandler.Default.WithPreservedArguments in net.bytebuddy.asm Modifier and Type Class Description protected static class
Advice.StackMapFrameHandler.Default.WithPreservedArguments.RequiringConsistentShape
A stack map frame handler that expects that the original argument frames remain preserved throughout the original invocation.protected static class
Advice.StackMapFrameHandler.Default.WithPreservedArguments.UsingArgumentCopy
A stack map frame handler that expects that an argument copy of the original method arguments was made.
-