final class org.objectweb.asm.FieldWriter extends org.objectweb.asm.FieldVisitor
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.objectweb.asm.FieldWriter
super_class: org.objectweb.asm.FieldVisitor
{
private final org.objectweb.asm.ClassWriter cw;
descriptor: Lorg/objectweb/asm/ClassWriter;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int access;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int name;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int desc;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private int signature;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int value;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.AnnotationWriter anns;
descriptor: Lorg/objectweb/asm/AnnotationWriter;
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.AnnotationWriter ianns;
descriptor: Lorg/objectweb/asm/AnnotationWriter;
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.AnnotationWriter tanns;
descriptor: Lorg/objectweb/asm/AnnotationWriter;
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.AnnotationWriter itanns;
descriptor: Lorg/objectweb/asm/AnnotationWriter;
flags: (0x0002) ACC_PRIVATE
private org.objectweb.asm.Attribute attrs;
descriptor: Lorg/objectweb/asm/Attribute;
flags: (0x0002) ACC_PRIVATE
void <init>(org.objectweb.asm.ClassWriter, int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object);
descriptor: (Lorg/objectweb/asm/ClassWriter;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
flags: (0x0000)
Code:
stack=3, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
ldc 327680
invokespecial org.objectweb.asm.FieldVisitor.<init>:(I)V
1: aload 1
getfield org.objectweb.asm.ClassWriter.firstField:Lorg/objectweb/asm/FieldWriter;
ifnonnull 4
2: aload 1
aload 0
putfield org.objectweb.asm.ClassWriter.firstField:Lorg/objectweb/asm/FieldWriter;
3: goto 5
4: StackMap locals: org.objectweb.asm.FieldWriter org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String java.lang.Object
StackMap stack:
aload 1
getfield org.objectweb.asm.ClassWriter.lastField:Lorg/objectweb/asm/FieldWriter;
aload 0
putfield org.objectweb.asm.FieldWriter.fv:Lorg/objectweb/asm/FieldVisitor;
5: StackMap locals:
StackMap stack:
aload 1
aload 0
putfield org.objectweb.asm.ClassWriter.lastField:Lorg/objectweb/asm/FieldWriter;
6: aload 0
aload 1
putfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
7: aload 0
iload 2
putfield org.objectweb.asm.FieldWriter.access:I
8: aload 0
aload 1
aload 3
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
putfield org.objectweb.asm.FieldWriter.name:I
9: aload 0
aload 1
aload 4
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
putfield org.objectweb.asm.FieldWriter.desc:I
10: aload 5
ifnull 12
11: aload 0
aload 1
aload 5
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
putfield org.objectweb.asm.FieldWriter.signature:I
12: StackMap locals:
StackMap stack:
aload 6
ifnull 14
13: aload 0
aload 1
aload 6
invokevirtual org.objectweb.asm.ClassWriter.newConstItem:(Ljava/lang/Object;)Lorg/objectweb/asm/Item;
getfield org.objectweb.asm.Item.index:I
putfield org.objectweb.asm.FieldWriter.value:I
14: StackMap locals:
StackMap stack:
return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lorg/objectweb/asm/FieldWriter;
0 15 1 cw Lorg/objectweb/asm/ClassWriter;
0 15 2 access I
0 15 3 name Ljava/lang/String;
0 15 4 desc Ljava/lang/String;
0 15 5 signature Ljava/lang/String;
0 15 6 value Ljava/lang/Object;
MethodParameters:
Name Flags
cw final
access final
name final
desc final
signature final
value final
public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, boolean);
descriptor: (Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=3
start local 0 start local 1 start local 2 0: new org.objectweb.asm.ByteVector
dup
invokespecial org.objectweb.asm.ByteVector.<init>:()V
astore 3
start local 3 1: aload 3
aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 1
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
iconst_0
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
2: new org.objectweb.asm.AnnotationWriter
dup
aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
iconst_1
aload 3
aload 3
iconst_2
invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/ClassWriter;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/ByteVector;I)V
astore 4
start local 4 3: iload 2
ifeq 7
4: aload 4
aload 0
getfield org.objectweb.asm.FieldWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
putfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
5: aload 0
aload 4
putfield org.objectweb.asm.FieldWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
6: goto 9
7: StackMap locals: org.objectweb.asm.ByteVector org.objectweb.asm.AnnotationWriter
StackMap stack:
aload 4
aload 0
getfield org.objectweb.asm.FieldWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
putfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
8: aload 0
aload 4
putfield org.objectweb.asm.FieldWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
9: StackMap locals:
StackMap stack:
aload 4
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/objectweb/asm/FieldWriter;
0 10 1 desc Ljava/lang/String;
0 10 2 visible Z
1 10 3 bv Lorg/objectweb/asm/ByteVector;
3 10 4 aw Lorg/objectweb/asm/AnnotationWriter;
MethodParameters:
Name Flags
desc final
visible final
public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation(int, org.objectweb.asm.TypePath, java.lang.String, boolean);
descriptor: (ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: new org.objectweb.asm.ByteVector
dup
invokespecial org.objectweb.asm.ByteVector.<init>:()V
astore 5
start local 5 1: iload 1
aload 2
aload 5
invokestatic org.objectweb.asm.AnnotationWriter.putTarget:(ILorg/objectweb/asm/TypePath;Lorg/objectweb/asm/ByteVector;)V
2: aload 5
aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
aload 3
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
iconst_0
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
3: new org.objectweb.asm.AnnotationWriter
dup
aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
iconst_1
aload 5
aload 5
4: aload 5
getfield org.objectweb.asm.ByteVector.length:I
iconst_2
isub
5: invokespecial org.objectweb.asm.AnnotationWriter.<init>:(Lorg/objectweb/asm/ClassWriter;ZLorg/objectweb/asm/ByteVector;Lorg/objectweb/asm/ByteVector;I)V
astore 6
start local 6 6: iload 4
ifeq 10
7: aload 6
aload 0
getfield org.objectweb.asm.FieldWriter.tanns:Lorg/objectweb/asm/AnnotationWriter;
putfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
8: aload 0
aload 6
putfield org.objectweb.asm.FieldWriter.tanns:Lorg/objectweb/asm/AnnotationWriter;
9: goto 12
10: StackMap locals: org.objectweb.asm.ByteVector org.objectweb.asm.AnnotationWriter
StackMap stack:
aload 6
aload 0
getfield org.objectweb.asm.FieldWriter.itanns:Lorg/objectweb/asm/AnnotationWriter;
putfield org.objectweb.asm.AnnotationWriter.next:Lorg/objectweb/asm/AnnotationWriter;
11: aload 0
aload 6
putfield org.objectweb.asm.FieldWriter.itanns:Lorg/objectweb/asm/AnnotationWriter;
12: StackMap locals:
StackMap stack:
aload 6
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/objectweb/asm/FieldWriter;
0 13 1 typeRef I
0 13 2 typePath Lorg/objectweb/asm/TypePath;
0 13 3 desc Ljava/lang/String;
0 13 4 visible Z
1 13 5 bv Lorg/objectweb/asm/ByteVector;
6 13 6 aw Lorg/objectweb/asm/AnnotationWriter;
MethodParameters:
Name Flags
typeRef final
typePath final
desc final
visible final
public void visitAttribute(org.objectweb.asm.Attribute);
descriptor: (Lorg/objectweb/asm/Attribute;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield org.objectweb.asm.FieldWriter.attrs:Lorg/objectweb/asm/Attribute;
putfield org.objectweb.asm.Attribute.next:Lorg/objectweb/asm/Attribute;
1: aload 0
aload 1
putfield org.objectweb.asm.FieldWriter.attrs:Lorg/objectweb/asm/Attribute;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/objectweb/asm/FieldWriter;
0 3 1 attr Lorg/objectweb/asm/Attribute;
MethodParameters:
Name Flags
attr final
public void visitEnd();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/objectweb/asm/FieldWriter;
int getSize();
descriptor: ()I
flags: (0x0000)
Code:
stack=7, locals=2, args_size=1
start local 0 0: bipush 8
istore 1
start local 1 1: aload 0
getfield org.objectweb.asm.FieldWriter.value:I
ifeq 4
2: aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "ConstantValue"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
3: iinc 1 8
4: StackMap locals: int
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.access:I
sipush 4096
iand
ifeq 9
5: aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
getfield org.objectweb.asm.ClassWriter.version:I
ldc 65535
iand
bipush 49
if_icmplt 7
6: aload 0
getfield org.objectweb.asm.FieldWriter.access:I
ldc 262144
iand
ifeq 9
7: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "Synthetic"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
8: iinc 1 6
9: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.access:I
ldc 131072
iand
ifeq 12
10: aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "Deprecated"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
11: iinc 1 6
12: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.signature:I
ifeq 15
13: aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "Signature"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
14: iinc 1 8
15: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 18
16: aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "RuntimeVisibleAnnotations"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
17: iload 1
bipush 8
aload 0
getfield org.objectweb.asm.FieldWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
iadd
iadd
istore 1
18: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 21
19: aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "RuntimeInvisibleAnnotations"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
20: iload 1
bipush 8
aload 0
getfield org.objectweb.asm.FieldWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
iadd
iadd
istore 1
21: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.tanns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 24
22: aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "RuntimeVisibleTypeAnnotations"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
23: iload 1
bipush 8
aload 0
getfield org.objectweb.asm.FieldWriter.tanns:Lorg/objectweb/asm/AnnotationWriter;
invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
iadd
iadd
istore 1
24: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.itanns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 27
25: aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "RuntimeInvisibleTypeAnnotations"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
26: iload 1
bipush 8
aload 0
getfield org.objectweb.asm.FieldWriter.itanns:Lorg/objectweb/asm/AnnotationWriter;
invokevirtual org.objectweb.asm.AnnotationWriter.getSize:()I
iadd
iadd
istore 1
27: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.attrs:Lorg/objectweb/asm/Attribute;
ifnull 29
28: iload 1
aload 0
getfield org.objectweb.asm.FieldWriter.attrs:Lorg/objectweb/asm/Attribute;
aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
aconst_null
iconst_0
iconst_m1
iconst_m1
invokevirtual org.objectweb.asm.Attribute.getSize:(Lorg/objectweb/asm/ClassWriter;[BIII)I
iadd
istore 1
29: StackMap locals:
StackMap stack:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 30 0 this Lorg/objectweb/asm/FieldWriter;
1 30 1 size I
void put(org.objectweb.asm.ByteVector);
descriptor: (Lorg/objectweb/asm/ByteVector;)V
flags: (0x0000)
Code:
stack=7, locals=4, args_size=2
start local 0 start local 1 0: ldc 393216
1: aload 0
getfield org.objectweb.asm.FieldWriter.access:I
ldc 262144
iand
bipush 64
idiv
2: ior
istore 2
start local 2 3: aload 1
aload 0
getfield org.objectweb.asm.FieldWriter.access:I
iload 2
iconst_m1
ixor
iand
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.FieldWriter.name:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.FieldWriter.desc:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
4: iconst_0
istore 3
start local 3 5: aload 0
getfield org.objectweb.asm.FieldWriter.value:I
ifeq 7
6: iinc 3 1
7: StackMap locals: int int
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.access:I
sipush 4096
iand
ifeq 11
8: aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
getfield org.objectweb.asm.ClassWriter.version:I
ldc 65535
iand
bipush 49
if_icmplt 10
9: aload 0
getfield org.objectweb.asm.FieldWriter.access:I
ldc 262144
iand
ifeq 11
10: StackMap locals:
StackMap stack:
iinc 3 1
11: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.access:I
ldc 131072
iand
ifeq 13
12: iinc 3 1
13: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.signature:I
ifeq 15
14: iinc 3 1
15: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 17
16: iinc 3 1
17: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 19
18: iinc 3 1
19: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.tanns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 21
20: iinc 3 1
21: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.itanns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 23
22: iinc 3 1
23: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.attrs:Lorg/objectweb/asm/Attribute;
ifnull 25
24: iload 3
aload 0
getfield org.objectweb.asm.FieldWriter.attrs:Lorg/objectweb/asm/Attribute;
invokevirtual org.objectweb.asm.Attribute.getCount:()I
iadd
istore 3
25: StackMap locals:
StackMap stack:
aload 1
iload 3
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
26: aload 0
getfield org.objectweb.asm.FieldWriter.value:I
ifeq 29
27: aload 1
aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "ConstantValue"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
28: aload 1
iconst_2
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.FieldWriter.value:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
29: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.access:I
sipush 4096
iand
ifeq 33
30: aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
getfield org.objectweb.asm.ClassWriter.version:I
ldc 65535
iand
bipush 49
if_icmplt 32
31: aload 0
getfield org.objectweb.asm.FieldWriter.access:I
ldc 262144
iand
ifeq 33
32: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "Synthetic"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
iconst_0
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
33: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.access:I
ldc 131072
iand
ifeq 35
34: aload 1
aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "Deprecated"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
iconst_0
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
pop
35: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.signature:I
ifeq 38
36: aload 1
aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "Signature"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
37: aload 1
iconst_2
invokevirtual org.objectweb.asm.ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;
aload 0
getfield org.objectweb.asm.FieldWriter.signature:I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
38: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 41
39: aload 1
aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "RuntimeVisibleAnnotations"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
40: aload 0
getfield org.objectweb.asm.FieldWriter.anns:Lorg/objectweb/asm/AnnotationWriter;
aload 1
invokevirtual org.objectweb.asm.AnnotationWriter.put:(Lorg/objectweb/asm/ByteVector;)V
41: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 44
42: aload 1
aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "RuntimeInvisibleAnnotations"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
43: aload 0
getfield org.objectweb.asm.FieldWriter.ianns:Lorg/objectweb/asm/AnnotationWriter;
aload 1
invokevirtual org.objectweb.asm.AnnotationWriter.put:(Lorg/objectweb/asm/ByteVector;)V
44: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.tanns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 47
45: aload 1
aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "RuntimeVisibleTypeAnnotations"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
46: aload 0
getfield org.objectweb.asm.FieldWriter.tanns:Lorg/objectweb/asm/AnnotationWriter;
aload 1
invokevirtual org.objectweb.asm.AnnotationWriter.put:(Lorg/objectweb/asm/ByteVector;)V
47: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.itanns:Lorg/objectweb/asm/AnnotationWriter;
ifnull 50
48: aload 1
aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
ldc "RuntimeInvisibleTypeAnnotations"
invokevirtual org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
invokevirtual org.objectweb.asm.ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;
pop
49: aload 0
getfield org.objectweb.asm.FieldWriter.itanns:Lorg/objectweb/asm/AnnotationWriter;
aload 1
invokevirtual org.objectweb.asm.AnnotationWriter.put:(Lorg/objectweb/asm/ByteVector;)V
50: StackMap locals:
StackMap stack:
aload 0
getfield org.objectweb.asm.FieldWriter.attrs:Lorg/objectweb/asm/Attribute;
ifnull 52
51: aload 0
getfield org.objectweb.asm.FieldWriter.attrs:Lorg/objectweb/asm/Attribute;
aload 0
getfield org.objectweb.asm.FieldWriter.cw:Lorg/objectweb/asm/ClassWriter;
aconst_null
iconst_0
iconst_m1
iconst_m1
aload 1
invokevirtual org.objectweb.asm.Attribute.put:(Lorg/objectweb/asm/ClassWriter;[BIIILorg/objectweb/asm/ByteVector;)V
52: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 53 0 this Lorg/objectweb/asm/FieldWriter;
0 53 1 out Lorg/objectweb/asm/ByteVector;
3 53 2 mask I
5 53 3 attributeCount I
MethodParameters:
Name Flags
out final
}
SourceFile: "FieldWriter.java"