Uses of Class
net.bytebuddy.asm.Advice.StackMapFrameHandler.Default.TranslationMode
-
Packages that use Advice.StackMapFrameHandler.Default.TranslationMode Package Description net.bytebuddy.asm 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.TranslationMode Modifier and Type Field Description protected 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.TranslationMode Modifier and Type Method Description static Advice.StackMapFrameHandler.Default.TranslationModeAdvice.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.Methods in net.bytebuddy.asm with parameters of type Advice.StackMapFrameHandler.Default.TranslationMode Modifier and Type Method Description protected voidAdvice.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 voidAdvice.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.TranslationMode Constructor Description ForAdvice(MethodDescription.InDefinedShape adviceMethod, List<? extends TypeDescription> startTypes, List<? extends TypeDescription> endTypes, Advice.StackMapFrameHandler.Default.TranslationMode translationMode, Advice.StackMapFrameHandler.Default.Initialization initialization)Creates a new meta data handler for an advice method.
-