Uses of Enum Class
net.bytebuddy.asm.Advice.StackMapFrameHandler.Default.TranslationMode
Packages that use Advice.StackMapFrameHandler.Default.TranslationMode
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of Advice.StackMapFrameHandler.Default.TranslationMode in net.bytebuddy.asm
Fields in net.bytebuddy.asm declared as Advice.StackMapFrameHandler.Default.TranslationModeModifier and TypeFieldDescriptionprotected final Advice.StackMapFrameHandler.Default.TranslationMode
Advice.StackMapFrameHandler.Default.ForAdvice.translationMode
The translation mode to apply for this advice method.Methods in net.bytebuddy.asm that return Advice.StackMapFrameHandler.Default.TranslationModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.Advice.StackMapFrameHandler.Default.TranslationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bytebuddy.asm with parameters of type Advice.StackMapFrameHandler.Default.TranslationModeModifier and TypeMethodDescriptionprotected void
Advice.StackMapFrameHandler.Default.translateFrame
(org.objectweb.asm.MethodVisitor methodVisitor, Advice.StackMapFrameHandler.Default.TranslationMode translationMode, MethodDescription methodDescription, List<? extends TypeDescription> additionalTypes, int type, int localVariableLength, Object[] localVariable, int stackSize, Object[] stack) Translates a frame.protected void
Advice.StackMapFrameHandler.Default.WithPreservedArguments.translateFrame
(org.objectweb.asm.MethodVisitor methodVisitor, Advice.StackMapFrameHandler.Default.TranslationMode translationMode, MethodDescription methodDescription, List<? extends TypeDescription> additionalTypes, int type, int localVariableLength, Object[] localVariable, int stackSize, Object[] stack) Constructors in net.bytebuddy.asm with parameters of type Advice.StackMapFrameHandler.Default.TranslationModeModifierConstructorDescriptionprotected
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.