final class sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl extends sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl implements java.lang.reflect.AnnotatedArrayType
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl
  super_class: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl
{
  void <init>(java.lang.reflect.Type, sun.reflect.annotation.TypeAnnotation$LocationInfo, sun.reflect.annotation.TypeAnnotation[], sun.reflect.annotation.TypeAnnotation[], java.lang.reflect.AnnotatedElement);
    descriptor: (Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl this
        start local 1 // java.lang.reflect.Type type
        start local 2 // sun.reflect.annotation.TypeAnnotation$LocationInfo location
        start local 3 // sun.reflect.annotation.TypeAnnotation[] actualTypeAnnotations
        start local 4 // sun.reflect.annotation.TypeAnnotation[] allOnSameTargetTypeAnnotations
        start local 5 // java.lang.reflect.AnnotatedElement decl
         0: .line 301
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* location */
            aload 3 /* actualTypeAnnotations */
            aload 4 /* allOnSameTargetTypeAnnotations */
            aload 5 /* decl */
            invokespecial sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.<init>:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)V
         1: .line 302
            return
        end local 5 // java.lang.reflect.AnnotatedElement decl
        end local 4 // sun.reflect.annotation.TypeAnnotation[] allOnSameTargetTypeAnnotations
        end local 3 // sun.reflect.annotation.TypeAnnotation[] actualTypeAnnotations
        end local 2 // sun.reflect.annotation.TypeAnnotation$LocationInfo location
        end local 1 // java.lang.reflect.Type type
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0    2     0                            this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedArrayTypeImpl;
            0    2     1                            type  Ljava/lang/reflect/Type;
            0    2     2                        location  Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            0    2     3           actualTypeAnnotations  [Lsun/reflect/annotation/TypeAnnotation;
            0    2     4  allOnSameTargetTypeAnnotations  [Lsun/reflect/annotation/TypeAnnotation;
            0    2     5                            decl  Ljava/lang/reflect/AnnotatedElement;
    MethodParameters:
                                Name  Flags
      type                            
      location                        
      actualTypeAnnotations           
      allOnSameTargetTypeAnnotations  
      decl                            

  public java.lang.reflect.AnnotatedType getAnnotatedGenericComponentType();
    descriptor: ()Ljava/lang/reflect/AnnotatedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl this
         0: .line 306
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.getComponentType:()Ljava/lang/reflect/Type;
            astore 1 /* t */
        start local 1 // java.lang.reflect.Type t
         1: .line 307
            aload 1 /* t */
         2: .line 308
            aload 1 /* t */
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.getLocation:()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            invokevirtual sun.reflect.annotation.TypeAnnotation$LocationInfo.pushArray:()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            invokestatic sun.reflect.annotation.AnnotatedTypeFactory.nestingForType:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;)Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
         3: .line 309
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.getTypeAnnotations:()[Lsun/reflect/annotation/TypeAnnotation;
         4: .line 310
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.getTypeAnnotations:()[Lsun/reflect/annotation/TypeAnnotation;
         5: .line 311
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.getDecl:()Ljava/lang/reflect/AnnotatedElement;
         6: .line 307
            invokestatic sun.reflect.annotation.AnnotatedTypeFactory.buildAnnotatedType:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)Ljava/lang/reflect/AnnotatedType;
            areturn
        end local 1 // java.lang.reflect.Type t
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedArrayTypeImpl;
            1    7     1     t  Ljava/lang/reflect/Type;

  public java.lang.reflect.AnnotatedType getAnnotatedOwnerType();
    descriptor: ()Ljava/lang/reflect/AnnotatedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl this
         0: .line 316
            aconst_null
            areturn
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedArrayTypeImpl;

  private java.lang.reflect.Type getComponentType();
    descriptor: ()Ljava/lang/reflect/Type;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl this
         0: .line 320
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.getType:()Ljava/lang/reflect/Type;
            astore 1 /* t */
        start local 1 // java.lang.reflect.Type t
         1: .line 321
            aload 1 /* t */
            instanceof java.lang.Class
            ifeq 4
         2: .line 322
            aload 1 /* t */
            checkcast java.lang.Class
            astore 2 /* c */
        start local 2 // java.lang.Class c
         3: .line 323
            aload 2 /* c */
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            areturn
        end local 2 // java.lang.Class c
         4: .line 325
      StackMap locals: java.lang.reflect.Type
      StackMap stack:
            aload 1 /* t */
            checkcast java.lang.reflect.GenericArrayType
            invokeinterface java.lang.reflect.GenericArrayType.getGenericComponentType:()Ljava/lang/reflect/Type;
            areturn
        end local 1 // java.lang.reflect.Type t
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedArrayTypeImpl;
            1    5     1     t  Ljava/lang/reflect/Type;
            3    4     2     c  Ljava/lang/Class<*>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl this
         0: .line 344
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 346
            aload 0 /* this */
            astore 2 /* componentType */
        start local 2 // java.lang.reflect.AnnotatedType componentType
         2: .line 347
            goto 6
         3: .line 348
      StackMap locals: java.lang.StringBuilder java.lang.reflect.AnnotatedType
      StackMap stack:
            aload 2 /* componentType */
            checkcast java.lang.reflect.AnnotatedArrayType
            astore 3 /* annotatedArrayType */
        start local 3 // java.lang.reflect.AnnotatedArrayType annotatedArrayType
         4: .line 349
            aload 1 /* sb */
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            aload 3 /* annotatedArrayType */
            invokeinterface java.lang.reflect.AnnotatedArrayType.getAnnotations:()[Ljava/lang/annotation/Annotation;
            iconst_1
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.annotationsToString:([Ljava/lang/annotation/Annotation;Z)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "[]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 350
            aload 3 /* annotatedArrayType */
            invokeinterface java.lang.reflect.AnnotatedArrayType.getAnnotatedGenericComponentType:()Ljava/lang/reflect/AnnotatedType;
            astore 2 /* componentType */
        end local 3 // java.lang.reflect.AnnotatedArrayType annotatedArrayType
         6: .line 347
      StackMap locals:
      StackMap stack:
            aload 2 /* componentType */
            instanceof java.lang.reflect.AnnotatedArrayType
            ifne 3
         7: .line 353
            aload 1 /* sb */
            iconst_0
            aload 2 /* componentType */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.insert:(ILjava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 354
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.reflect.AnnotatedType componentType
        end local 1 // java.lang.StringBuilder sb
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedArrayTypeImpl;
            1    9     1                  sb  Ljava/lang/StringBuilder;
            2    9     2       componentType  Ljava/lang/reflect/AnnotatedType;
            4    6     3  annotatedArrayType  Ljava/lang/reflect/AnnotatedArrayType;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl this
        start local 1 // java.lang.Object o
         0: .line 359
            aload 1 /* o */
            instanceof java.lang.reflect.AnnotatedArrayType
            ifeq 9
         1: .line 360
            aload 1 /* o */
            checkcast java.lang.reflect.AnnotatedArrayType
            astore 2 /* that */
        start local 2 // java.lang.reflect.AnnotatedArrayType that
         2: .line 361
            aload 0 /* this */
            aload 2 /* that */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.equalsTypeAndAnnotations:(Ljava/lang/reflect/AnnotatedType;)Z
            ifeq 8
         3: .line 362
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.getAnnotatedGenericComponentType:()Ljava/lang/reflect/AnnotatedType;
         4: .line 363
            aload 2 /* that */
            invokeinterface java.lang.reflect.AnnotatedArrayType.getAnnotatedGenericComponentType:()Ljava/lang/reflect/AnnotatedType;
         5: .line 362
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
         6: .line 363
            ifeq 8
         7: .line 361
            iconst_1
            ireturn
      StackMap locals: java.lang.reflect.AnnotatedArrayType
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // java.lang.reflect.AnnotatedArrayType that
         9: .line 365
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedArrayTypeImpl;
            0   10     1     o  Ljava/lang/Object;
            2    9     2  that  Ljava/lang/reflect/AnnotatedArrayType;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl this
         0: .line 371
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.baseHashCode:()I
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.getAnnotatedGenericComponentType:()Ljava/lang/reflect/AnnotatedType;
            invokevirtual java.lang.Object.hashCode:()I
            ixor
            ireturn
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedArrayTypeImpl;
}
SourceFile: "AnnotatedTypeFactory.java"
NestHost: sun.reflect.annotation.AnnotatedTypeFactory
InnerClasses:
  private final AnnotatedArrayTypeImpl = sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl of sun.reflect.annotation.AnnotatedTypeFactory
  private AnnotatedTypeBaseImpl = sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl of sun.reflect.annotation.AnnotatedTypeFactory
  public final LocationInfo = sun.reflect.annotation.TypeAnnotation$LocationInfo of sun.reflect.annotation.TypeAnnotation