class org.objectweb.asm.tree.MethodNode$1 extends java.util.ArrayList<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.objectweb.asm.tree.MethodNode$1
  super_class: java.util.ArrayList
{
  final org.objectweb.asm.tree.MethodNode this$0;
    descriptor: Lorg/objectweb/asm/tree/MethodNode;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.objectweb.asm.tree.MethodNode, int);
    descriptor: (Lorg/objectweb/asm/tree/MethodNode;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.MethodNode$1 this
        start local 2 // int $anonymous0
         0: .line 249
            aload 0 /* this */
            aload 1
            putfield org.objectweb.asm.tree.MethodNode$1.this$0:Lorg/objectweb/asm/tree/MethodNode;
            aload 0 /* this */
            iload 2 /* $anonymous0 */
            invokespecial java.util.ArrayList.<init>:(I)V
            return
        end local 2 // int $anonymous0
        end local 0 // org.objectweb.asm.tree.MethodNode$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/objectweb/asm/tree/MethodNode$1;
            0    1     2  $anonymous0  I
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public boolean add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.MethodNode$1 this
        start local 1 // java.lang.Object o
         0: .line 252
            aload 0 /* this */
            getfield org.objectweb.asm.tree.MethodNode$1.this$0:Lorg/objectweb/asm/tree/MethodNode;
            aload 1 /* o */
            putfield org.objectweb.asm.tree.MethodNode.annotationDefault:Ljava/lang/Object;
         1: .line 253
            aload 0 /* this */
            aload 1 /* o */
            invokespecial java.util.ArrayList.add:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.objectweb.asm.tree.MethodNode$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/tree/MethodNode$1;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     final
}
Signature: Ljava/util/ArrayList<Ljava/lang/Object;>;
SourceFile: "MethodNode.java"
EnclosingMethod: org.objectweb.asm.tree.MethodNode.visitAnnotationDefault:()Lorg/objectweb/asm/AnnotationVisitor;
NestHost: org.objectweb.asm.tree.MethodNode
InnerClasses:
  org.objectweb.asm.tree.MethodNode$1