| Package | Description | 
|---|---|
| net.bytebuddy.asm | The ASM package contains classes that are meant for direct interaction with the ASM API. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | Advice.StackMapFrameHandler.Default.TrivialA trivial stack map frame handler that applies a trivial translation for the instrumented method's stack map frames. | 
| protected static class  | Advice.StackMapFrameHandler.Default.WithPreservedArgumentsA stack map frame handler that requires the original arguments of the instrumented method to be preserved in their original form. | 
| protected static class  | Advice.StackMapFrameHandler.Default.WithPreservedArguments.WithArgumentCopyA stack map frame handler that expects that an argument copy of the original method arguments was made. | 
| protected static class  | Advice.StackMapFrameHandler.Default.WithPreservedArguments.WithoutArgumentCopyA stack map frame handler that expects that the original argument frames remain preserved throughout the original invocation. | 
Copyright © 2014–2021. All rights reserved.