Uses of Enum
net.bytebuddy.asm.Advice.StackMapFrameHandler.Default.Initialization
Packages that use Advice.StackMapFrameHandler.Default.Initialization
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of Advice.StackMapFrameHandler.Default.Initialization in net.bytebuddy.asm
Subclasses with type arguments of type Advice.StackMapFrameHandler.Default.Initialization in net.bytebuddy.asmModifier and TypeClassDescriptionprotected static enumRepresents the initialization state of a stack value that can either be initialized or uninitialized.Fields in net.bytebuddy.asm declared as Advice.StackMapFrameHandler.Default.InitializationModifier and TypeFieldDescriptionprivate final Advice.StackMapFrameHandler.Default.InitializationAdvice.StackMapFrameHandler.Default.ForAdvice.initializationThe initialization to apply when resolving a reference to the instance on which a non-static method is invoked.Methods in net.bytebuddy.asm that return Advice.StackMapFrameHandler.Default.InitializationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.Advice.StackMapFrameHandler.Default.Initialization.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.InitializationModifier and TypeMethodDescriptionprotected voidAdvice.StackMapFrameHandler.Default.injectFullFrame(org.objectweb.asm.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.Constructors in net.bytebuddy.asm with parameters of type Advice.StackMapFrameHandler.Default.InitializationModifierConstructorDescriptionprotectedForAdvice(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.