public class com.sun.tools.javac.code.Attribute$Array extends com.sun.tools.javac.code.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.code.Attribute$Array
  super_class: com.sun.tools.javac.code.Attribute
{
  public final com.sun.tools.javac.code.Attribute[] values;
    descriptor: [Lcom/sun/tools/javac/code/Attribute;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Attribute[]);
    descriptor: (Lcom/sun/tools/javac/code/Type;[Lcom/sun/tools/javac/code/Attribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Attribute$Array this
        start local 1 // com.sun.tools.javac.code.Type type
        start local 2 // com.sun.tools.javac.code.Attribute[] values
         0: .line 319
            aload 0 /* this */
            aload 1 /* type */
            invokespecial com.sun.tools.javac.code.Attribute.<init>:(Lcom/sun/tools/javac/code/Type;)V
         1: .line 320
            aload 0 /* this */
            aload 2 /* values */
            putfield com.sun.tools.javac.code.Attribute$Array.values:[Lcom/sun/tools/javac/code/Attribute;
         2: .line 321
            return
        end local 2 // com.sun.tools.javac.code.Attribute[] values
        end local 1 // com.sun.tools.javac.code.Type type
        end local 0 // com.sun.tools.javac.code.Attribute$Array this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/tools/javac/code/Attribute$Array;
            0    3     1    type  Lcom/sun/tools/javac/code/Type;
            0    3     2  values  [Lcom/sun/tools/javac/code/Attribute;
    MethodParameters:
        Name  Flags
      type    
      values  

  public void <init>(com.sun.tools.javac.code.Type, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Attribute>);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Attribute$Array this
        start local 1 // com.sun.tools.javac.code.Type type
        start local 2 // com.sun.tools.javac.util.List values
         0: .line 324
            aload 0 /* this */
            aload 1 /* type */
            invokespecial com.sun.tools.javac.code.Attribute.<init>:(Lcom/sun/tools/javac/code/Type;)V
         1: .line 325
            aload 0 /* this */
            aload 2 /* values */
            aload 2 /* values */
            invokevirtual com.sun.tools.javac.util.List.size:()I
            anewarray com.sun.tools.javac.code.Attribute
            invokevirtual com.sun.tools.javac.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Attribute[]
            putfield com.sun.tools.javac.code.Attribute$Array.values:[Lcom/sun/tools/javac/code/Attribute;
         2: .line 326
            return
        end local 2 // com.sun.tools.javac.util.List values
        end local 1 // com.sun.tools.javac.code.Type type
        end local 0 // com.sun.tools.javac.code.Attribute$Array this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/tools/javac/code/Attribute$Array;
            0    3     1    type  Lcom/sun/tools/javac/code/Type;
            0    3     2  values  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Attribute;>;
    Signature: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Attribute;>;)V
    MethodParameters:
        Name  Flags
      type    
      values  

  public void accept(com.sun.tools.javac.code.Attribute$Visitor);
    descriptor: (Lcom/sun/tools/javac/code/Attribute$Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.code.Attribute$Array this
        start local 1 // com.sun.tools.javac.code.Attribute$Visitor v
         0: .line 328
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface com.sun.tools.javac.code.Attribute$Visitor.visitArray:(Lcom/sun/tools/javac/code/Attribute$Array;)V
            return
        end local 1 // com.sun.tools.javac.code.Attribute$Visitor v
        end local 0 // com.sun.tools.javac.code.Attribute$Array this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Attribute$Array;
            0    1     1     v  Lcom/sun/tools/javac/code/Attribute$Visitor;
    MethodParameters:
      Name  Flags
      v     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=1
        start local 0 // com.sun.tools.javac.code.Attribute$Array this
         0: .line 331
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuilder buf
         1: .line 332
            aload 1 /* buf */
            bipush 123
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         2: .line 333
            iconst_1
            istore 2 /* first */
        start local 2 // boolean first
         3: .line 334
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Attribute$Array.values:[Lcom/sun/tools/javac/code/Attribute;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 10
      StackMap locals: com.sun.tools.javac.code.Attribute$Array java.lang.StringBuilder int top int int com.sun.tools.javac.code.Attribute[]
      StackMap stack:
         4: aload 6
            iload 4
            aaload
            astore 3 /* value */
        start local 3 // com.sun.tools.javac.code.Attribute value
         5: .line 335
            iload 2 /* first */
            ifne 7
         6: .line 336
            aload 1 /* buf */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 337
      StackMap locals: com.sun.tools.javac.code.Attribute$Array java.lang.StringBuilder int com.sun.tools.javac.code.Attribute int int com.sun.tools.javac.code.Attribute[]
      StackMap stack:
            iconst_0
            istore 2 /* first */
         8: .line 338
            aload 1 /* buf */
            aload 3 /* value */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        end local 3 // com.sun.tools.javac.code.Attribute value
         9: .line 334
            iinc 4 1
      StackMap locals: com.sun.tools.javac.code.Attribute$Array java.lang.StringBuilder int top int int com.sun.tools.javac.code.Attribute[]
      StackMap stack:
        10: iload 4
            iload 5
            if_icmplt 4
        11: .line 340
            aload 1 /* buf */
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        12: .line 341
            aload 1 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // boolean first
        end local 1 // java.lang.StringBuilder buf
        end local 0 // com.sun.tools.javac.code.Attribute$Array this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lcom/sun/tools/javac/code/Attribute$Array;
            1   13     1    buf  Ljava/lang/StringBuilder;
            3   13     2  first  Z
            5    9     3  value  Lcom/sun/tools/javac/code/Attribute;

  public com.sun.tools.javac.util.List<com.sun.tools.javac.code.Attribute> getValue();
    descriptor: ()Lcom/sun/tools/javac/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Attribute$Array this
         0: .line 345
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Attribute$Array.values:[Lcom/sun/tools/javac/code/Attribute;
            invokestatic com.sun.tools.javac.util.List.from:([Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            areturn
        end local 0 // com.sun.tools.javac.code.Attribute$Array this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Attribute$Array;
    Signature: ()Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Attribute;>;

  public <R, P> R accept(javax.lang.model.element.AnnotationValueVisitor<R, P>, );
    descriptor: (Ljavax/lang/model/element/AnnotationValueVisitor;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Attribute$Array this
        start local 1 // javax.lang.model.element.AnnotationValueVisitor v
        start local 2 // java.lang.Object p
         0: .line 349
            aload 1 /* v */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Attribute$Array.getValue:()Lcom/sun/tools/javac/util/List;
            aload 2 /* p */
            invokeinterface javax.lang.model.element.AnnotationValueVisitor.visitArray:(Ljava/util/List;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object p
        end local 1 // javax.lang.model.element.AnnotationValueVisitor v
        end local 0 // com.sun.tools.javac.code.Attribute$Array this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Attribute$Array;
            0    1     1     v  Ljavax/lang/model/element/AnnotationValueVisitor<TR;TP;>;
            0    1     2     p  TP;
    Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>(Ljavax/lang/model/element/AnnotationValueVisitor<TR;TP;>;TP;)TR;
    MethodParameters:
      Name  Flags
      v     
      p     

  public com.sun.tools.javac.code.TypeAnnotationPosition getPosition();
    descriptor: ()Lcom/sun/tools/javac/code/TypeAnnotationPosition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Attribute$Array this
         0: .line 354
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Attribute$Array.values:[Lcom/sun/tools/javac/code/Attribute;
            arraylength
            ifeq 2
         1: .line 355
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Attribute$Array.values:[Lcom/sun/tools/javac/code/Attribute;
            iconst_0
            aaload
            invokevirtual com.sun.tools.javac.code.Attribute.getPosition:()Lcom/sun/tools/javac/code/TypeAnnotationPosition;
            areturn
         2: .line 357
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.sun.tools.javac.code.Attribute$Array this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/code/Attribute$Array;

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.tools.javac.code.Attribute$Array.getValue:()Lcom/sun/tools/javac/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Attribute.java"
NestHost: com.sun.tools.javac.code.Attribute
InnerClasses:
  public Array = com.sun.tools.javac.code.Attribute$Array of com.sun.tools.javac.code.Attribute
  public abstract Visitor = com.sun.tools.javac.code.Attribute$Visitor of com.sun.tools.javac.code.Attribute