public final class sun.reflect.annotation.AnnotatedTypeFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.reflect.annotation.AnnotatedTypeFactory
  super_class: java.lang.Object
{
  static final java.lang.reflect.AnnotatedType EMPTY_ANNOTATED_TYPE;
    descriptor: Ljava/lang/reflect/AnnotatedType;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final java.lang.reflect.AnnotatedType[] EMPTY_ANNOTATED_TYPE_ARRAY;
    descriptor: [Ljava/lang/reflect/AnnotatedType;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=0, args_size=0
         0: .line 121
            new sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl
            dup
            aconst_null
            getstatic sun.reflect.annotation.TypeAnnotation$LocationInfo.BASE_LOCATION:Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
         1: .line 122
            iconst_0
            anewarray sun.reflect.annotation.TypeAnnotation
            iconst_0
            anewarray sun.reflect.annotation.TypeAnnotation
            aconst_null
         2: .line 121
            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
            putstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_ANNOTATED_TYPE:Ljava/lang/reflect/AnnotatedType;
         3: .line 123
            iconst_0
            anewarray java.lang.reflect.AnnotatedType
            putstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_ANNOTATED_TYPE_ARRAY:[Ljava/lang/reflect/AnnotatedType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory;

  public static java.lang.reflect.AnnotatedType buildAnnotatedType(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;)Ljava/lang/reflect/AnnotatedType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // java.lang.reflect.Type type
        start local 1 // sun.reflect.annotation.TypeAnnotation$LocationInfo currentLoc
        start local 2 // sun.reflect.annotation.TypeAnnotation[] actualTypeAnnos
        start local 3 // sun.reflect.annotation.TypeAnnotation[] allOnSameTarget
        start local 4 // java.lang.reflect.AnnotatedElement decl
         0: .line 54
            aload 0 /* type */
            ifnonnull 2
         1: .line 55
            getstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_ANNOTATED_TYPE:Ljava/lang/reflect/AnnotatedType;
            areturn
         2: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            invokestatic sun.reflect.annotation.AnnotatedTypeFactory.isArray:(Ljava/lang/reflect/Type;)Z
            ifeq 9
         3: .line 58
            new sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl
            dup
            aload 0 /* type */
         4: .line 59
            aload 1 /* currentLoc */
         5: .line 60
            aload 2 /* actualTypeAnnos */
         6: .line 61
            aload 3 /* allOnSameTarget */
         7: .line 62
            aload 4 /* decl */
         8: .line 58
            invokespecial sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl.<init>:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)V
            areturn
         9: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            instanceof java.lang.Class
            ifeq 16
        10: .line 64
            new sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl
            dup
            aload 0 /* type */
        11: .line 65
            aload 0 /* type */
            aload 1 /* currentLoc */
            invokestatic sun.reflect.annotation.AnnotatedTypeFactory.addNesting:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;)Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
        12: .line 66
            aload 2 /* actualTypeAnnos */
        13: .line 67
            aload 3 /* allOnSameTarget */
        14: .line 68
            aload 4 /* decl */
        15: .line 64
            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
            areturn
        16: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            instanceof java.lang.reflect.TypeVariable
            ifeq 23
        17: .line 70
            new sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl
            dup
            aload 0 /* type */
            checkcast java.lang.reflect.TypeVariable
        18: .line 71
            aload 1 /* currentLoc */
        19: .line 72
            aload 2 /* actualTypeAnnos */
        20: .line 73
            aload 3 /* allOnSameTarget */
        21: .line 74
            aload 4 /* decl */
        22: .line 70
            invokespecial sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl.<init>:(Ljava/lang/reflect/TypeVariable;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)V
            areturn
        23: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            instanceof java.lang.reflect.ParameterizedType
            ifeq 30
        24: .line 76
            new sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl
            dup
            aload 0 /* type */
            checkcast java.lang.reflect.ParameterizedType
        25: .line 77
            aload 0 /* type */
            aload 1 /* currentLoc */
            invokestatic sun.reflect.annotation.AnnotatedTypeFactory.addNesting:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;)Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
        26: .line 78
            aload 2 /* actualTypeAnnos */
        27: .line 79
            aload 3 /* allOnSameTarget */
        28: .line 80
            aload 4 /* decl */
        29: .line 76
            invokespecial sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl.<init>:(Ljava/lang/reflect/ParameterizedType;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)V
            areturn
        30: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            instanceof java.lang.reflect.WildcardType
            ifeq 37
        31: .line 82
            new sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedWildcardTypeImpl
            dup
            aload 0 /* type */
            checkcast java.lang.reflect.WildcardType
        32: .line 83
            aload 1 /* currentLoc */
        33: .line 84
            aload 2 /* actualTypeAnnos */
        34: .line 85
            aload 3 /* allOnSameTarget */
        35: .line 86
            aload 4 /* decl */
        36: .line 82
            invokespecial sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedWildcardTypeImpl.<init>:(Ljava/lang/reflect/WildcardType;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)V
            areturn
        37: .line 88
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown instance of Type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* type */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "\nThis should not happen."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 4 // java.lang.reflect.AnnotatedElement decl
        end local 3 // sun.reflect.annotation.TypeAnnotation[] allOnSameTarget
        end local 2 // sun.reflect.annotation.TypeAnnotation[] actualTypeAnnos
        end local 1 // sun.reflect.annotation.TypeAnnotation$LocationInfo currentLoc
        end local 0 // java.lang.reflect.Type type
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   38     0             type  Ljava/lang/reflect/Type;
            0   38     1       currentLoc  Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            0   38     2  actualTypeAnnos  [Lsun/reflect/annotation/TypeAnnotation;
            0   38     3  allOnSameTarget  [Lsun/reflect/annotation/TypeAnnotation;
            0   38     4             decl  Ljava/lang/reflect/AnnotatedElement;
    MethodParameters:
                 Name  Flags
      type             
      currentLoc       
      actualTypeAnnos  
      allOnSameTarget  
      decl             

  private static sun.reflect.annotation.TypeAnnotation$LocationInfo addNesting(java.lang.reflect.Type, sun.reflect.annotation.TypeAnnotation$LocationInfo);
    descriptor: (Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;)Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.lang.reflect.Type type
        start local 1 // sun.reflect.annotation.TypeAnnotation$LocationInfo addTo
         0: .line 92
            aload 0 /* type */
            invokestatic sun.reflect.annotation.AnnotatedTypeFactory.isArray:(Ljava/lang/reflect/Type;)Z
            ifeq 2
         1: .line 93
            aload 1 /* addTo */
            areturn
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            instanceof java.lang.Class
            ifeq 9
         3: .line 95
            aload 0 /* type */
            checkcast java.lang.Class
            astore 2 /* clz */
        start local 2 // java.lang.Class clz
         4: .line 96
            aload 2 /* clz */
            invokevirtual java.lang.Class.getEnclosingClass:()Ljava/lang/Class;
            ifnonnull 6
         5: .line 97
            aload 1 /* addTo */
            areturn
         6: .line 98
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 2 /* clz */
            invokevirtual java.lang.Class.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isStatic:(I)Z
            ifeq 8
         7: .line 99
            aload 2 /* clz */
            invokevirtual java.lang.Class.getEnclosingClass:()Ljava/lang/Class;
            aload 1 /* addTo */
            invokestatic sun.reflect.annotation.AnnotatedTypeFactory.addNesting:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;)Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            areturn
         8: .line 100
      StackMap locals:
      StackMap stack:
            aload 2 /* clz */
            invokevirtual java.lang.Class.getEnclosingClass:()Ljava/lang/Class;
            aload 1 /* addTo */
            invokevirtual sun.reflect.annotation.TypeAnnotation$LocationInfo.pushInner:()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            invokestatic sun.reflect.annotation.AnnotatedTypeFactory.addNesting:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;)Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            areturn
        end local 2 // java.lang.Class clz
         9: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            instanceof java.lang.reflect.ParameterizedType
            ifeq 14
        10: .line 102
            aload 0 /* type */
            checkcast java.lang.reflect.ParameterizedType
            astore 2 /* t */
        start local 2 // java.lang.reflect.ParameterizedType t
        11: .line 103
            aload 2 /* t */
            invokeinterface java.lang.reflect.ParameterizedType.getOwnerType:()Ljava/lang/reflect/Type;
            ifnonnull 13
        12: .line 104
            aload 1 /* addTo */
            areturn
        13: .line 105
      StackMap locals: java.lang.reflect.ParameterizedType
      StackMap stack:
            aload 2 /* t */
            invokeinterface java.lang.reflect.ParameterizedType.getOwnerType:()Ljava/lang/reflect/Type;
            aload 1 /* addTo */
            invokevirtual sun.reflect.annotation.TypeAnnotation$LocationInfo.pushInner:()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            invokestatic sun.reflect.annotation.AnnotatedTypeFactory.addNesting:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;)Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            areturn
        end local 2 // java.lang.reflect.ParameterizedType t
        14: .line 107
      StackMap locals:
      StackMap stack:
            aload 1 /* addTo */
            areturn
        end local 1 // sun.reflect.annotation.TypeAnnotation$LocationInfo addTo
        end local 0 // java.lang.reflect.Type type
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   type  Ljava/lang/reflect/Type;
            0   15     1  addTo  Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            4    9     2    clz  Ljava/lang/Class<*>;
           11   14     2      t  Ljava/lang/reflect/ParameterizedType;
    MethodParameters:
       Name  Flags
      type   
      addTo  

  private static boolean isArray(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // java.lang.reflect.Type t
         0: .line 111
            aload 0 /* t */
            instanceof java.lang.Class
            ifeq 4
         1: .line 112
            aload 0 /* t */
            checkcast java.lang.Class
            astore 1 /* c */
        start local 1 // java.lang.Class c
         2: .line 113
            aload 1 /* c */
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 6
         3: .line 114
            iconst_1
            ireturn
        end local 1 // java.lang.Class c
         4: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* t */
            instanceof java.lang.reflect.GenericArrayType
            ifeq 6
         5: .line 116
            iconst_1
            ireturn
         6: .line 118
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // java.lang.reflect.Type t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     t  Ljava/lang/reflect/Type;
            2    4     1     c  Ljava/lang/Class<*>;
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "AnnotatedTypeFactory.java"
NestMembers:
  sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl  sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl  sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl  sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl  sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedWildcardTypeImpl
InnerClasses:
  private final AnnotatedArrayTypeImpl = sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl of sun.reflect.annotation.AnnotatedTypeFactory
  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
  private final AnnotatedTypeVariableImpl = sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl of sun.reflect.annotation.AnnotatedTypeFactory
  private final AnnotatedWildcardTypeImpl = sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedWildcardTypeImpl of sun.reflect.annotation.AnnotatedTypeFactory
  public final LocationInfo = sun.reflect.annotation.TypeAnnotation$LocationInfo of sun.reflect.annotation.TypeAnnotation