final class sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl extends sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl implements java.lang.reflect.AnnotatedParameterizedType
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl
  super_class: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl
{
  void <init>(java.lang.reflect.ParameterizedType, sun.reflect.annotation.TypeAnnotation$LocationInfo, sun.reflect.annotation.TypeAnnotation[], sun.reflect.annotation.TypeAnnotation[], java.lang.reflect.AnnotatedElement);
    descriptor: (Ljava/lang/reflect/ParameterizedType;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$AnnotatedParameterizedTypeImpl this
        start local 1 // java.lang.reflect.ParameterizedType 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 419
            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 420
            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.ParameterizedType type
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0    2     0                            this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl;
            0    2     1                            type  Ljava/lang/reflect/ParameterizedType;
            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[] getAnnotatedActualTypeArguments();
    descriptor: ()[Ljava/lang/reflect/AnnotatedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=11, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl this
         0: .line 424
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getParameterizedType:()Ljava/lang/reflect/ParameterizedType;
            invokeinterface java.lang.reflect.ParameterizedType.getActualTypeArguments:()[Ljava/lang/reflect/Type;
            astore 1 /* arguments */
        start local 1 // java.lang.reflect.Type[] arguments
         1: .line 425
            aload 1 /* arguments */
            arraylength
            anewarray java.lang.reflect.AnnotatedType
            astore 2 /* res */
        start local 2 // java.lang.reflect.AnnotatedType[] res
         2: .line 426
            aload 2 /* res */
            getstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_ANNOTATED_TYPE:Ljava/lang/reflect/AnnotatedType;
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 427
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getTypeAnnotations:()[Lsun/reflect/annotation/TypeAnnotation;
            arraylength
            istore 3 /* initialCapacity */
        start local 3 // int initialCapacity
         4: .line 428
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 21
         6: .line 429
      StackMap locals: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl java.lang.reflect.Type[] java.lang.reflect.AnnotatedType[] int int
      StackMap stack:
            new java.util.ArrayList
            dup
            iload 3 /* initialCapacity */
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 5 /* l */
        start local 5 // java.util.List l
         7: .line 430
            aload 1 /* arguments */
            iload 4 /* i */
            aaload
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getLocation:()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            iload 4 /* i */
            i2b
            invokevirtual sun.reflect.annotation.TypeAnnotation$LocationInfo.pushTypeArg:(S)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;
            astore 6 /* newLoc */
        start local 6 // sun.reflect.annotation.TypeAnnotation$LocationInfo newLoc
         8: .line 431
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getTypeAnnotations:()[Lsun/reflect/annotation/TypeAnnotation;
            dup
            astore 10
            arraylength
            istore 9
            iconst_0
            istore 8
            goto 13
      StackMap locals: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl java.lang.reflect.Type[] java.lang.reflect.AnnotatedType[] int int java.util.List sun.reflect.annotation.TypeAnnotation$LocationInfo top int int sun.reflect.annotation.TypeAnnotation[]
      StackMap stack:
         9: aload 10
            iload 8
            aaload
            astore 7 /* t */
        start local 7 // sun.reflect.annotation.TypeAnnotation t
        10: .line 432
            aload 7 /* t */
            invokevirtual sun.reflect.annotation.TypeAnnotation.getLocationInfo:()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            aload 6 /* newLoc */
            invokevirtual sun.reflect.annotation.TypeAnnotation$LocationInfo.isSameLocationInfo:(Lsun/reflect/annotation/TypeAnnotation$LocationInfo;)Z
            ifeq 12
        11: .line 433
            aload 5 /* l */
            aload 7 /* t */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // sun.reflect.annotation.TypeAnnotation t
        12: .line 431
      StackMap locals:
      StackMap stack:
            iinc 8 1
      StackMap locals:
      StackMap stack:
        13: iload 8
            iload 9
            if_icmplt 9
        14: .line 434
            aload 2 /* res */
            iload 4 /* i */
            aload 1 /* arguments */
            iload 4 /* i */
            aaload
        15: .line 435
            aload 6 /* newLoc */
        16: .line 436
            aload 5 /* l */
            getstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_TYPE_ANNOTATION_ARRAY:[Lsun/reflect/annotation/TypeAnnotation;
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast sun.reflect.annotation.TypeAnnotation[]
        17: .line 437
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getTypeAnnotations:()[Lsun/reflect/annotation/TypeAnnotation;
        18: .line 438
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getDecl:()Ljava/lang/reflect/AnnotatedElement;
        19: .line 434
            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;
            aastore
        end local 6 // sun.reflect.annotation.TypeAnnotation$LocationInfo newLoc
        end local 5 // java.util.List l
        20: .line 428
            iinc 4 /* i */ 1
      StackMap locals: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl java.lang.reflect.Type[] java.lang.reflect.AnnotatedType[] int int
      StackMap stack:
        21: iload 4 /* i */
            aload 2 /* res */
            arraylength
            if_icmplt 6
        end local 4 // int i
        22: .line 440
            aload 2 /* res */
            areturn
        end local 3 // int initialCapacity
        end local 2 // java.lang.reflect.AnnotatedType[] res
        end local 1 // java.lang.reflect.Type[] arguments
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   23     0             this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl;
            1   23     1        arguments  [Ljava/lang/reflect/Type;
            2   23     2              res  [Ljava/lang/reflect/AnnotatedType;
            4   23     3  initialCapacity  I
            5   22     4                i  I
            7   20     5                l  Ljava/util/List<Lsun/reflect/annotation/TypeAnnotation;>;
            8   20     6           newLoc  Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
           10   12     7                t  Lsun/reflect/annotation/TypeAnnotation;

  public java.lang.reflect.AnnotatedType getAnnotatedOwnerType();
    descriptor: ()Ljava/lang/reflect/AnnotatedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl this
         0: .line 445
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getParameterizedType:()Ljava/lang/reflect/ParameterizedType;
            invokeinterface java.lang.reflect.ParameterizedType.getOwnerType:()Ljava/lang/reflect/Type;
            astore 1 /* owner */
        start local 1 // java.lang.reflect.Type owner
         1: .line 446
            aload 1 /* owner */
            ifnonnull 3
         2: .line 447
            aconst_null
            areturn
         3: .line 449
      StackMap locals: java.lang.reflect.Type
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getLocation:()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            iconst_1
            invokevirtual sun.reflect.annotation.TypeAnnotation$LocationInfo.popLocation:(B)Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            astore 2 /* outerLoc */
        start local 2 // sun.reflect.annotation.TypeAnnotation$LocationInfo outerLoc
         4: .line 450
            aload 2 /* outerLoc */
            ifnonnull 8
         5: .line 451
            aload 1 /* owner */
            getstatic sun.reflect.annotation.TypeAnnotation$LocationInfo.BASE_LOCATION:Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
         6: .line 452
            getstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_TYPE_ANNOTATION_ARRAY:[Lsun/reflect/annotation/TypeAnnotation;
            getstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_TYPE_ANNOTATION_ARRAY:[Lsun/reflect/annotation/TypeAnnotation;
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getDecl:()Ljava/lang/reflect/AnnotatedElement;
         7: .line 451
            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
         8: .line 454
      StackMap locals: sun.reflect.annotation.TypeAnnotation$LocationInfo
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getTypeAnnotations:()[Lsun/reflect/annotation/TypeAnnotation;
            astore 3 /* all */
        start local 3 // sun.reflect.annotation.TypeAnnotation[] all
         9: .line 455
            new java.util.ArrayList
            dup
            aload 3 /* all */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 4 /* l */
        start local 4 // java.util.List l
        10: .line 457
            aload 3 /* all */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 15
      StackMap locals: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl java.lang.reflect.Type sun.reflect.annotation.TypeAnnotation$LocationInfo sun.reflect.annotation.TypeAnnotation[] java.util.List top int int sun.reflect.annotation.TypeAnnotation[]
      StackMap stack:
        11: aload 8
            iload 6
            aaload
            astore 5 /* t */
        start local 5 // sun.reflect.annotation.TypeAnnotation t
        12: .line 458
            aload 5 /* t */
            invokevirtual sun.reflect.annotation.TypeAnnotation.getLocationInfo:()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            aload 2 /* outerLoc */
            invokevirtual sun.reflect.annotation.TypeAnnotation$LocationInfo.isSameLocationInfo:(Lsun/reflect/annotation/TypeAnnotation$LocationInfo;)Z
            ifeq 14
        13: .line 459
            aload 4 /* l */
            aload 5 /* t */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // sun.reflect.annotation.TypeAnnotation t
        14: .line 457
      StackMap locals:
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        15: iload 6
            iload 7
            if_icmplt 11
        16: .line 461
            aload 1 /* owner */
            aload 2 /* outerLoc */
            aload 4 /* l */
            getstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_TYPE_ANNOTATION_ARRAY:[Lsun/reflect/annotation/TypeAnnotation;
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast sun.reflect.annotation.TypeAnnotation[]
            aload 3 /* all */
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getDecl:()Ljava/lang/reflect/AnnotatedElement;
            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 4 // java.util.List l
        end local 3 // sun.reflect.annotation.TypeAnnotation[] all
        end local 2 // sun.reflect.annotation.TypeAnnotation$LocationInfo outerLoc
        end local 1 // java.lang.reflect.Type owner
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl;
            1   17     1     owner  Ljava/lang/reflect/Type;
            4   17     2  outerLoc  Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            9   17     3       all  [Lsun/reflect/annotation/TypeAnnotation;
           10   17     4         l  Ljava/util/List<Lsun/reflect/annotation/TypeAnnotation;>;
           12   14     5         t  Lsun/reflect/annotation/TypeAnnotation;

  private java.lang.reflect.ParameterizedType getParameterizedType();
    descriptor: ()Ljava/lang/reflect/ParameterizedType;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl this
         0: .line 465
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getType:()Ljava/lang/reflect/Type;
            checkcast java.lang.reflect.ParameterizedType
            areturn
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl this
         0: .line 470
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 471
            aload 1 /* sb */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getAnnotations:()[Ljava/lang/annotation/Annotation;
            iconst_0
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.annotationsToString:([Ljava/lang/annotation/Annotation;Z)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 473
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getParameterizedType:()Ljava/lang/reflect/ParameterizedType;
            invokeinterface java.lang.reflect.ParameterizedType.getRawType:()Ljava/lang/reflect/Type;
            astore 2 /* t */
        start local 2 // java.lang.reflect.Type t
         3: .line 474
            aload 1 /* sb */
            aload 2 /* t */
            invokeinterface java.lang.reflect.Type.getTypeName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 476
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getAnnotatedActualTypeArguments:()[Ljava/lang/reflect/AnnotatedType;
            astore 3 /* typeArgs */
        start local 3 // java.lang.reflect.AnnotatedType[] typeArgs
         5: .line 477
            aload 3 /* typeArgs */
            arraylength
            ifle 9
         6: .line 478
            aload 1 /* sb */
            aload 3 /* typeArgs */
            invokestatic java.util.stream.Stream.of:([Ljava/lang/Object;)Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  java/lang/Object.toString()Ljava/lang/String; (5)
                  (Ljava/lang/reflect/AnnotatedType;)Ljava/lang/String;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         7: .line 479
            ldc ", "
            ldc "<"
            ldc ">"
            invokestatic java.util.stream.Collectors.joining:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.lang.String
         8: .line 478
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         9: .line 482
      StackMap locals: java.lang.StringBuilder java.lang.reflect.Type java.lang.reflect.AnnotatedType[]
      StackMap stack:
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.lang.reflect.AnnotatedType[] typeArgs
        end local 2 // java.lang.reflect.Type t
        end local 1 // java.lang.StringBuilder sb
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl;
            1   10     1        sb  Ljava/lang/StringBuilder;
            3   10     2         t  Ljava/lang/reflect/Type;
            5   10     3  typeArgs  [Ljava/lang/reflect/AnnotatedType;

  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$AnnotatedParameterizedTypeImpl this
        start local 1 // java.lang.Object o
         0: .line 487
            aload 1 /* o */
            instanceof java.lang.reflect.AnnotatedParameterizedType
            ifeq 6
         1: .line 488
            aload 1 /* o */
            checkcast java.lang.reflect.AnnotatedParameterizedType
            astore 2 /* that */
        start local 2 // java.lang.reflect.AnnotatedParameterizedType that
         2: .line 489
            aload 0 /* this */
            aload 2 /* that */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.equalsTypeAndAnnotations:(Ljava/lang/reflect/AnnotatedType;)Z
            ifeq 5
         3: .line 490
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getAnnotatedActualTypeArguments:()[Ljava/lang/reflect/AnnotatedType;
            aload 2 /* that */
            invokeinterface java.lang.reflect.AnnotatedParameterizedType.getAnnotatedActualTypeArguments:()[Ljava/lang/reflect/AnnotatedType;
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 5
         4: .line 489
            iconst_1
            ireturn
      StackMap locals: java.lang.reflect.AnnotatedParameterizedType
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // java.lang.reflect.AnnotatedParameterizedType that
         6: .line 492
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl;
            0    7     1     o  Ljava/lang/Object;
            2    6     2  that  Ljava/lang/reflect/AnnotatedParameterizedType;
    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$AnnotatedParameterizedTypeImpl this
         0: .line 498
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.baseHashCode:()I
         1: .line 499
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.getAnnotatedActualTypeArguments:()[Ljava/lang/reflect/AnnotatedType;
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
         2: .line 498
            ixor
            ireturn
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl;
}
SourceFile: "AnnotatedTypeFactory.java"
NestHost: sun.reflect.annotation.AnnotatedTypeFactory
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private final AnnotatedParameterizedTypeImpl = sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl 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