Uses of Enum
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
Subclasses with type arguments of type Advice.StackMapFrameHandler.Default.TranslationMode in net.bytebuddy.asmModifier and TypeClassDescriptionprotected static enumA translation mode that determines how the fixed frames of the instrumented method are written.Fields in net.bytebuddy.asm declared as Advice.StackMapFrameHandler.Default.TranslationModeModifier and TypeFieldDescriptionprotected final Advice.StackMapFrameHandler.Default.TranslationModeAdvice.StackMapFrameHandler.Default.ForAdvice.translationModeThe 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 type with the specified name.Advice.StackMapFrameHandler.Default.TranslationMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.bytebuddy.asm with parameters of type Advice.StackMapFrameHandler.Default.TranslationModeModifier and TypeMethodDescriptionprotected voidAdvice.StackMapFrameHandler.Default.translateFrame(org.objectweb.asm.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 voidAdvice.StackMapFrameHandler.Default.WithPreservedArguments.translateFrame(org.objectweb.asm.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) Constructors in net.bytebuddy.asm with parameters of type Advice.StackMapFrameHandler.Default.TranslationModeModifierConstructorDescriptionprotectedForAdvice(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.