| Package | Description | 
|---|---|
| net.bytebuddy.asm | The ASM package contains classes that are meant for direct interaction with the ASM API. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Advice.StackMapFrameHandler.Default.Initialization | Advice.StackMapFrameHandler.Default.Initialization. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Advice.StackMapFrameHandler.Default.Initialization[] | Advice.StackMapFrameHandler.Default.Initialization. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | Advice.StackMapFrameHandler.Default. injectFullFrame(MethodVisitor methodVisitor,
               Advice.StackMapFrameHandler.Default.Initialization initialization,
               List<? extends TypeDescription> typesInArray,
               List<? extends TypeDescription> typesOnStack)Injects a full stack map frame after the instrumented method has completed. | 
| Constructor and Description | 
|---|
| ForAdvice(MethodDescription.InDefinedShape adviceMethod,
         List<? extends TypeDescription> startTypes,
         List<? extends TypeDescription> intermediateTypes,
         List<? extends TypeDescription> endTypes,
         Advice.StackMapFrameHandler.Default.TranslationMode translationMode,
         Advice.StackMapFrameHandler.Default.Initialization initialization)Creates a new meta data handler for an advice method. | 
Copyright © 2014–2023. All rights reserved.