public final class net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod extends java.lang.Enum<net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod> implements net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod
super_class: java.lang.Enum
{
public static final net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod INSTANCE;
descriptor: Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Explicit$Target$OnMethod;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private static final net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod[] ENUM$VALUES;
descriptor: [Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Explicit$Target$OnMethod;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod
dup
ldc "INSTANCE"
iconst_0
invokespecial net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod.<init>:(Ljava/lang/String;I)V
1: putstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod.INSTANCE:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Explicit$Target$OnMethod;
2: iconst_1
anewarray net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod
dup
iconst_0
getstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod.INSTANCE:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Explicit$Target$OnMethod;
aastore
putstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod.ENUM$VALUES:[Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Explicit$Target$OnMethod;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Explicit$Target$OnMethod;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
public net.bytebuddy.implementation.attribute.AnnotationAppender$Target make(org.objectweb.asm.MethodVisitor, net.bytebuddy.description.method.MethodDescription);
descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/attribute/AnnotationAppender$Target;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod
dup
aload 1
invokespecial net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod.<init>:(Lorg/objectweb/asm/MethodVisitor;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Explicit$Target$OnMethod;
0 1 1 methodVisitor Lorg/objectweb/asm/MethodVisitor;
0 1 2 methodDescription Lnet/bytebuddy/description/method/MethodDescription;
MethodParameters:
Name Flags
methodVisitor
methodDescription
public static net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod[] values();
descriptor: ()[Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Explicit$Target$OnMethod;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod.ENUM$VALUES:[Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Explicit$Target$OnMethod;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Explicit$Target$OnMethod;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Explicit$Target$OnMethod;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Explicit$Target$OnMethod;>;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Explicit$Target;
SourceFile: "MethodAttributeAppender.java"
NestHost: net.bytebuddy.implementation.attribute.MethodAttributeAppender
InnerClasses:
public abstract Target = net.bytebuddy.implementation.attribute.AnnotationAppender$Target of net.bytebuddy.implementation.attribute.AnnotationAppender
public OnMethod = net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod of net.bytebuddy.implementation.attribute.AnnotationAppender$Target
public Explicit = net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit of net.bytebuddy.implementation.attribute.MethodAttributeAppender
protected abstract Target = net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target of net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit
public final OnMethod = net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target$OnMethod of net.bytebuddy.implementation.attribute.MethodAttributeAppender$Explicit$Target