class sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl implements java.lang.reflect.AnnotatedType
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl
  super_class: java.lang.Object
{
  private final java.lang.reflect.Type type;
    descriptor: Ljava/lang/reflect/Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.reflect.AnnotatedElement decl;
    descriptor: Ljava/lang/reflect/AnnotatedElement;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final sun.reflect.annotation.TypeAnnotation$LocationInfo location;
    descriptor: Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final sun.reflect.annotation.TypeAnnotation[] allOnSameTargetTypeAnnotations;
    descriptor: [Lsun/reflect/annotation/TypeAnnotation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>, java.lang.annotation.Annotation> annotations;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/annotation/Annotation;>;

  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=3, locals=6, args_size=6
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl 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 146
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 149
            aload 0 /* this */
            aload 1 /* type */
            putfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
         2: .line 150
            aload 0 /* this */
            aload 5 /* decl */
            putfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.decl:Ljava/lang/reflect/AnnotatedElement;
         3: .line 151
            aload 0 /* this */
            aload 2 /* location */
            putfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.location:Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
         4: .line 152
            aload 0 /* this */
            aload 4 /* allOnSameTargetTypeAnnotations */
            putfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.allOnSameTargetTypeAnnotations:[Lsun/reflect/annotation/TypeAnnotation;
         5: .line 153
            aload 0 /* this */
            aload 2 /* location */
            aload 3 /* actualTypeAnnotations */
            invokevirtual sun.reflect.annotation.TypeAnnotation$LocationInfo.filter:([Lsun/reflect/annotation/TypeAnnotation;)[Lsun/reflect/annotation/TypeAnnotation;
            invokestatic sun.reflect.annotation.TypeAnnotationParser.mapTypeAnnotations:([Lsun/reflect/annotation/TypeAnnotation;)Ljava/util/Map;
            putfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.annotations:Ljava/util/Map;
         6: .line 154
            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$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0    7     0                            this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
            0    7     1                            type  Ljava/lang/reflect/Type;
            0    7     2                        location  Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            0    7     3           actualTypeAnnotations  [Lsun/reflect/annotation/TypeAnnotation;
            0    7     4  allOnSameTargetTypeAnnotations  [Lsun/reflect/annotation/TypeAnnotation;
            0    7     5                            decl  Ljava/lang/reflect/AnnotatedElement;
    MethodParameters:
                                Name  Flags
      type                            
      location                        
      actualTypeAnnotations           
      allOnSameTargetTypeAnnotations  
      decl                            

  public final java.lang.annotation.Annotation[] getAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
         0: .line 159
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getDeclaredAnnotations:()[Ljava/lang/annotation/Annotation;
            areturn
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;

  public final <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
        start local 1 // java.lang.Class annotation
         0: .line 164
            aload 0 /* this */
            aload 1 /* annotation */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getDeclaredAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            areturn
        end local 1 // java.lang.Class annotation
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
            0    1     1  annotation  Ljava/lang/Class<TT;>;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
            Name  Flags
      annotation  

  public final <T extends java.lang.annotation.Annotation> T[] getAnnotationsByType(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
        start local 1 // java.lang.Class annotation
         0: .line 169
            aload 0 /* this */
            aload 1 /* annotation */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getDeclaredAnnotationsByType:(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
            areturn
        end local 1 // java.lang.Class annotation
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
            0    1     1  annotation  Ljava/lang/Class<TT;>;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)[TT;
    MethodParameters:
            Name  Flags
      annotation  

  public final java.lang.annotation.Annotation[] getDeclaredAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
         0: .line 174
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.annotations:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            iconst_0
            anewarray java.lang.annotation.Annotation
            invokeinterface java.util.Collection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation[]
            areturn
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;

  public final <T extends java.lang.annotation.Annotation> T getDeclaredAnnotation(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
        start local 1 // java.lang.Class annotation
         0: .line 180
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.annotations:Ljava/util/Map;
            aload 1 /* annotation */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation
            areturn
        end local 1 // java.lang.Class annotation
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
            0    1     1  annotation  Ljava/lang/Class<TT;>;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
            Name  Flags
      annotation  

  public final <T extends java.lang.annotation.Annotation> T[] getDeclaredAnnotationsByType(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
        start local 1 // java.lang.Class annotation
         0: .line 185
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.annotations:Ljava/util/Map;
            aload 1 /* annotation */
            invokestatic sun.reflect.annotation.AnnotationSupport.getDirectlyAndIndirectlyPresent:(Ljava/util/Map;Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
            areturn
        end local 1 // java.lang.Class annotation
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
            0    1     1  annotation  Ljava/lang/Class<TT;>;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)[TT;
    MethodParameters:
            Name  Flags
      annotation  

  public final java.lang.reflect.Type getType();
    descriptor: ()Ljava/lang/reflect/Type;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
         0: .line 191
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
            areturn
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;

  public java.lang.reflect.AnnotatedType getAnnotatedOwnerType();
    descriptor: ()Ljava/lang/reflect/AnnotatedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
         0: .line 196
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
            instanceof java.lang.Class
            ifne 2
         1: .line 197
            new java.lang.IllegalStateException
            dup
            ldc "Can't compute owner"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
            checkcast java.lang.Class
            astore 1 /* nested */
        start local 1 // java.lang.Class nested
         3: .line 200
            aload 1 /* nested */
            invokevirtual java.lang.Class.getDeclaringClass:()Ljava/lang/Class;
            astore 2 /* owner */
        start local 2 // java.lang.Class owner
         4: .line 201
            aload 2 /* owner */
            ifnonnull 6
         5: .line 202
            aconst_null
            areturn
         6: .line 203
      StackMap locals: java.lang.Class java.lang.Class
      StackMap stack:
            aload 1 /* nested */
            invokevirtual java.lang.Class.isPrimitive:()Z
            ifne 7
            aload 1 /* nested */
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            if_acmpne 8
         7: .line 204
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         8: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getLocation:()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            iconst_1
            invokevirtual sun.reflect.annotation.TypeAnnotation$LocationInfo.popLocation:(B)Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            astore 3 /* outerLoc */
        start local 3 // sun.reflect.annotation.TypeAnnotation$LocationInfo outerLoc
         9: .line 207
            aload 3 /* outerLoc */
            ifnonnull 13
        10: .line 208
            aload 2 /* owner */
            getstatic sun.reflect.annotation.TypeAnnotation$LocationInfo.BASE_LOCATION:Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
        11: .line 209
            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$AnnotatedTypeBaseImpl.getDecl:()Ljava/lang/reflect/AnnotatedElement;
        12: .line 208
            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
        13: .line 211
      StackMap locals: sun.reflect.annotation.TypeAnnotation$LocationInfo
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getTypeAnnotations:()[Lsun/reflect/annotation/TypeAnnotation;
            astore 4 /* all */
        start local 4 // sun.reflect.annotation.TypeAnnotation[] all
        14: .line 212
            new java.util.ArrayList
            dup
            aload 4 /* all */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 5 /* l */
        start local 5 // java.util.List l
        15: .line 214
            aload 4 /* all */
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 20
      StackMap locals: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl java.lang.Class java.lang.Class sun.reflect.annotation.TypeAnnotation$LocationInfo sun.reflect.annotation.TypeAnnotation[] java.util.List top int int sun.reflect.annotation.TypeAnnotation[]
      StackMap stack:
        16: aload 9
            iload 7
            aaload
            astore 6 /* t */
        start local 6 // sun.reflect.annotation.TypeAnnotation t
        17: .line 215
            aload 6 /* t */
            invokevirtual sun.reflect.annotation.TypeAnnotation.getLocationInfo:()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            aload 3 /* outerLoc */
            invokevirtual sun.reflect.annotation.TypeAnnotation$LocationInfo.isSameLocationInfo:(Lsun/reflect/annotation/TypeAnnotation$LocationInfo;)Z
            ifeq 19
        18: .line 216
            aload 5 /* l */
            aload 6 /* t */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // sun.reflect.annotation.TypeAnnotation t
        19: .line 214
      StackMap locals:
      StackMap stack:
            iinc 7 1
      StackMap locals:
      StackMap stack:
        20: iload 7
            iload 8
            if_icmplt 16
        21: .line 218
            aload 2 /* owner */
            aload 3 /* outerLoc */
            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[]
            aload 4 /* all */
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.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 5 // java.util.List l
        end local 4 // sun.reflect.annotation.TypeAnnotation[] all
        end local 3 // sun.reflect.annotation.TypeAnnotation$LocationInfo outerLoc
        end local 2 // java.lang.Class owner
        end local 1 // java.lang.Class nested
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
            3   22     1    nested  Ljava/lang/Class<*>;
            4   22     2     owner  Ljava/lang/Class<*>;
            9   22     3  outerLoc  Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
           14   22     4       all  [Lsun/reflect/annotation/TypeAnnotation;
           15   22     5         l  Ljava/util/List<Lsun/reflect/annotation/TypeAnnotation;>;
           17   19     6         t  Lsun/reflect/annotation/TypeAnnotation;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
         0: .line 227
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getAnnotations:()[Ljava/lang/annotation/Annotation;
            iconst_0
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.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
         1: .line 228
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
            instanceof java.lang.Class
            ifeq 2
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
            invokeinterface java.lang.reflect.Type.getTypeName:()Ljava/lang/String;
            goto 3
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         2: aload 0 /* this */
            getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
      StackMap locals: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl
      StackMap stack: java.lang.StringBuilder java.lang.String
         3: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 227
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;

  protected java.lang.String annotationsToString(java.lang.annotation.Annotation[], boolean);
    descriptor: ([Ljava/lang/annotation/Annotation;Z)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
        start local 1 // java.lang.annotation.Annotation[] annotations
        start local 2 // boolean leadingSpace
         0: .line 232
            aload 1 /* annotations */
            ifnull 10
            aload 1 /* annotations */
            arraylength
            ifle 10
         1: .line 233
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 3 /* sb */
        start local 3 // java.lang.StringBuffer sb
         2: .line 235
            aload 3 /* sb */
            aload 1 /* annotations */
            invokestatic java.util.stream.Stream.of:([Ljava/lang/Object;)Ljava/util/stream/Stream;
         3: .line 236
            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/annotation/Annotation.toString()Ljava/lang/String; (9 itf)
                  (Ljava/lang/annotation/Annotation;)Ljava/lang/String;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         4: .line 237
            ldc " "
            invokestatic java.util.stream.Collectors.joining:(Ljava/lang/CharSequence;)Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.lang.String
         5: .line 235
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 239
            iload 2 /* leadingSpace */
            ifeq 8
         7: .line 240
            aload 3 /* sb */
            iconst_0
            ldc " "
            invokevirtual java.lang.StringBuffer.insert:(ILjava/lang/String;)Ljava/lang/StringBuffer;
            pop
            goto 9
         8: .line 242
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 3 /* sb */
            ldc " "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 244
      StackMap locals:
      StackMap stack:
            aload 3 /* sb */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.lang.StringBuffer sb
        10: .line 246
      StackMap locals:
      StackMap stack:
            ldc ""
            areturn
        end local 2 // boolean leadingSpace
        end local 1 // java.lang.annotation.Annotation[] annotations
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
            0   11     1   annotations  [Ljava/lang/annotation/Annotation;
            0   11     2  leadingSpace  Z
            2   10     3            sb  Ljava/lang/StringBuffer;
    MethodParameters:
              Name  Flags
      annotations   
      leadingSpace  

  protected boolean equalsTypeAndAnnotations(java.lang.reflect.AnnotatedType);
    descriptor: (Ljava/lang/reflect/AnnotatedType;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
        start local 1 // java.lang.reflect.AnnotatedType that
         0: .line 251
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getType:()Ljava/lang/reflect/Type;
            aload 1 /* that */
            invokeinterface java.lang.reflect.AnnotatedType.getType:()Ljava/lang/reflect/Type;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 253
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getAnnotations:()[Ljava/lang/annotation/Annotation;
            aload 1 /* that */
            invokeinterface java.lang.reflect.AnnotatedType.getAnnotations:()[Ljava/lang/annotation/Annotation;
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 4
         2: .line 254
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getAnnotatedOwnerType:()Ljava/lang/reflect/AnnotatedType;
            aload 1 /* that */
            invokeinterface java.lang.reflect.AnnotatedType.getAnnotatedOwnerType:()Ljava/lang/reflect/AnnotatedType;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 4
         3: .line 251
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // java.lang.reflect.AnnotatedType that
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
            0    5     1  that  Ljava/lang/reflect/AnnotatedType;
    MethodParameters:
      Name  Flags
      that  

  int baseHashCode();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
         0: .line 258
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
            invokevirtual java.lang.Object.hashCode:()I
         1: .line 262
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getAnnotations:()[Ljava/lang/annotation/Annotation;
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
         2: .line 258
            ixor
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 263
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.getAnnotatedOwnerType:()Ljava/lang/reflect/AnnotatedType;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
         4: .line 258
            ixor
            ireturn
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;

  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$AnnotatedTypeBaseImpl this
        start local 1 // java.lang.Object o
         0: .line 268
            aload 1 /* o */
            instanceof java.lang.reflect.AnnotatedType
            ifeq 7
         1: .line 269
            aload 1 /* o */
            instanceof java.lang.reflect.AnnotatedArrayType
            ifne 7
         2: .line 270
            aload 1 /* o */
            instanceof java.lang.reflect.AnnotatedTypeVariable
            ifne 7
         3: .line 271
            aload 1 /* o */
            instanceof java.lang.reflect.AnnotatedParameterizedType
            ifne 7
         4: .line 272
            aload 1 /* o */
            instanceof java.lang.reflect.AnnotatedWildcardType
            ifne 7
         5: .line 273
            aload 1 /* o */
            checkcast java.lang.reflect.AnnotatedType
            astore 2 /* that */
        start local 2 // java.lang.reflect.AnnotatedType that
         6: .line 274
            aload 0 /* this */
            aload 2 /* that */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.equalsTypeAndAnnotations:(Ljava/lang/reflect/AnnotatedType;)Z
            ireturn
        end local 2 // java.lang.reflect.AnnotatedType that
         7: .line 276
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
            0    8     1     o  Ljava/lang/Object;
            6    7     2  that  Ljava/lang/reflect/AnnotatedType;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
         0: .line 282
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.baseHashCode:()I
            ireturn
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;

  final sun.reflect.annotation.TypeAnnotation$LocationInfo getLocation();
    descriptor: ()Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
         0: .line 287
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.location:Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            areturn
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;

  final sun.reflect.annotation.TypeAnnotation[] getTypeAnnotations();
    descriptor: ()[Lsun/reflect/annotation/TypeAnnotation;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
         0: .line 290
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.allOnSameTargetTypeAnnotations:[Lsun/reflect/annotation/TypeAnnotation;
            areturn
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;

  final java.lang.reflect.AnnotatedElement getDecl();
    descriptor: ()Ljava/lang/reflect/AnnotatedElement;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
         0: .line 293
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.decl:Ljava/lang/reflect/AnnotatedElement;
            areturn
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl;
}
SourceFile: "AnnotatedTypeFactory.java"
NestHost: sun.reflect.annotation.AnnotatedTypeFactory
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  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