| Package | Description | 
|---|---|
| net.bytebuddy.asm | The ASM package contains classes that are meant for direct interaction with the ASM API. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Advice.StackMapFrameHandler.Default.TranslationMode | Advice.StackMapFrameHandler.Default.ForAdvice. translationModeThe translation mode to apply for this advice method. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Advice.StackMapFrameHandler.Default.TranslationMode | Advice.StackMapFrameHandler.Default.TranslationMode. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Advice.StackMapFrameHandler.Default.TranslationMode[] | Advice.StackMapFrameHandler.Default.TranslationMode. 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. translateFrame(MethodVisitor methodVisitor,
              Advice.StackMapFrameHandler.Default.TranslationMode translationMode,
              boolean isStatic,
              MethodDescription.TypeToken typeToken,
              List<? extends TypeDescription> additionalTypes,
              int type,
              int localVariableLength,
              Object[] localVariable,
              int stackSize,
              Object[] stack)Translates a frame. | 
| protected void | Advice.StackMapFrameHandler.Default.WithPreservedArguments. translateFrame(MethodVisitor methodVisitor,
              Advice.StackMapFrameHandler.Default.TranslationMode translationMode,
              boolean isStatic,
              MethodDescription.TypeToken typeToken,
              List<? extends TypeDescription> additionalTypes,
              int type,
              int localVariableLength,
              Object[] localVariable,
              int stackSize,
              Object[] stack) | 
| Constructor and Description | 
|---|
| ForAdvice(MethodDescription.TypeToken typeToken,
         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 metadata handler for an advice method. | 
Copyright © 2014–2025. All rights reserved.