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 132
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 135
            aload 0 /* this */
            aload 1 /* type */
            putfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.type:Ljava/lang/reflect/Type;
         2: .line 136
            aload 0 /* this */
            aload 5 /* decl */
            putfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.decl:Ljava/lang/reflect/AnnotatedElement;
         3: .line 137
            aload 0 /* this */
            aload 2 /* location */
            putfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.location:Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
         4: .line 138
            aload 0 /* this */
            aload 4 /* allOnSameTargetTypeAnnotations */
            putfield sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.allOnSameTargetTypeAnnotations:[Lsun/reflect/annotation/TypeAnnotation;
         5: .line 139
            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 140
            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 145
            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 150
            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 155
            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 160
            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 166
            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 171
            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 177
            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;

  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 182
            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 185
            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 188
            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:
  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