public class sun.reflect.generics.reflectiveObjects.TypeVariableImpl<D extends java.lang.reflect.GenericDeclaration> extends sun.reflect.generics.reflectiveObjects.LazyReflectiveObjectGenerator implements java.lang.reflect.TypeVariable<D>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.reflect.generics.reflectiveObjects.TypeVariableImpl
  super_class: sun.reflect.generics.reflectiveObjects.LazyReflectiveObjectGenerator
{
  D genericDeclaration;
    descriptor: Ljava/lang/reflect/GenericDeclaration;
    flags: (0x0000) 
    Signature: TD;

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.reflect.Type[] bounds;
    descriptor: [Ljava/lang/reflect/Type;
    flags: (0x0002) ACC_PRIVATE

  private sun.reflect.generics.tree.FieldTypeSignature[] boundASTs;
    descriptor: [Lsun/reflect/generics/tree/FieldTypeSignature;
    flags: (0x0002) ACC_PRIVATE

  private static final java.lang.annotation.Annotation[] EMPTY_ANNOTATION_ARRAY;
    descriptor: [Ljava/lang/annotation/Annotation;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 52
            ldc Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.reflect.generics.reflectiveObjects.TypeVariableImpl.$assertionsDisabled:Z
         3: .line 246
            iconst_0
            anewarray java.lang.annotation.Annotation
            putstatic sun.reflect.generics.reflectiveObjects.TypeVariableImpl.EMPTY_ANNOTATION_ARRAY:[Ljava/lang/annotation/Annotation;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(D, java.lang.String, sun.reflect.generics.tree.FieldTypeSignature[], sun.reflect.generics.factory.GenericsFactory);
    descriptor: (Ljava/lang/reflect/GenericDeclaration;Ljava/lang/String;[Lsun/reflect/generics/tree/FieldTypeSignature;Lsun/reflect/generics/factory/GenericsFactory;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
        start local 1 // java.lang.reflect.GenericDeclaration decl
        start local 2 // java.lang.String n
        start local 3 // sun.reflect.generics.tree.FieldTypeSignature[] bs
        start local 4 // sun.reflect.generics.factory.GenericsFactory f
         0: .line 69
            aload 0 /* this */
            aload 4 /* f */
            invokespecial sun.reflect.generics.reflectiveObjects.LazyReflectiveObjectGenerator.<init>:(Lsun/reflect/generics/factory/GenericsFactory;)V
         1: .line 70
            aload 0 /* this */
            aload 1 /* decl */
            putfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
         2: .line 71
            aload 0 /* this */
            aload 2 /* n */
            putfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.name:Ljava/lang/String;
         3: .line 72
            aload 0 /* this */
            aload 3 /* bs */
            putfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.boundASTs:[Lsun/reflect/generics/tree/FieldTypeSignature;
         4: .line 73
            return
        end local 4 // sun.reflect.generics.factory.GenericsFactory f
        end local 3 // sun.reflect.generics.tree.FieldTypeSignature[] bs
        end local 2 // java.lang.String n
        end local 1 // java.lang.reflect.GenericDeclaration decl
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            0    5     1  decl  TD;
            0    5     2     n  Ljava/lang/String;
            0    5     3    bs  [Lsun/reflect/generics/tree/FieldTypeSignature;
            0    5     4     f  Lsun/reflect/generics/factory/GenericsFactory;
    Signature: (TD;Ljava/lang/String;[Lsun/reflect/generics/tree/FieldTypeSignature;Lsun/reflect/generics/factory/GenericsFactory;)V
    MethodParameters:
      Name  Flags
      decl  
      n     
      bs    
      f     

  private sun.reflect.generics.tree.FieldTypeSignature[] getBoundASTs();
    descriptor: ()[Lsun/reflect/generics/tree/FieldTypeSignature;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 82
            getstatic sun.reflect.generics.reflectiveObjects.TypeVariableImpl.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.bounds:[Ljava/lang/reflect/Type;
            ifnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.boundASTs:[Lsun/reflect/generics/tree/FieldTypeSignature;
            areturn
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;

  public static <T extends java.lang.reflect.GenericDeclaration> sun.reflect.generics.reflectiveObjects.TypeVariableImpl<T> make(T, java.lang.String, sun.reflect.generics.tree.FieldTypeSignature[], sun.reflect.generics.factory.GenericsFactory);
    descriptor: (Ljava/lang/reflect/GenericDeclaration;Ljava/lang/String;[Lsun/reflect/generics/tree/FieldTypeSignature;Lsun/reflect/generics/factory/GenericsFactory;)Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // java.lang.reflect.GenericDeclaration decl
        start local 1 // java.lang.String name
        start local 2 // sun.reflect.generics.tree.FieldTypeSignature[] bs
        start local 3 // sun.reflect.generics.factory.GenericsFactory f
         0: .line 103
            aload 0 /* decl */
            instanceof java.lang.Class
            ifne 6
         1: .line 104
            aload 0 /* decl */
            instanceof java.lang.reflect.Method
            ifne 6
         2: .line 105
            aload 0 /* decl */
            instanceof java.lang.reflect.Constructor
            ifne 6
         3: .line 106
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected kind of GenericDeclaration"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 107
            aload 0 /* decl */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 106
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         6: .line 109
      StackMap locals:
      StackMap stack:
            new sun.reflect.generics.reflectiveObjects.TypeVariableImpl
            dup
            aload 0 /* decl */
            aload 1 /* name */
            aload 2 /* bs */
            aload 3 /* f */
            invokespecial sun.reflect.generics.reflectiveObjects.TypeVariableImpl.<init>:(Ljava/lang/reflect/GenericDeclaration;Ljava/lang/String;[Lsun/reflect/generics/tree/FieldTypeSignature;Lsun/reflect/generics/factory/GenericsFactory;)V
            areturn
        end local 3 // sun.reflect.generics.factory.GenericsFactory f
        end local 2 // sun.reflect.generics.tree.FieldTypeSignature[] bs
        end local 1 // java.lang.String name
        end local 0 // java.lang.reflect.GenericDeclaration decl
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  decl  TT;
            0    7     1  name  Ljava/lang/String;
            0    7     2    bs  [Lsun/reflect/generics/tree/FieldTypeSignature;
            0    7     3     f  Lsun/reflect/generics/factory/GenericsFactory;
    Signature: <T::Ljava/lang/reflect/GenericDeclaration;>(TT;Ljava/lang/String;[Lsun/reflect/generics/tree/FieldTypeSignature;Lsun/reflect/generics/factory/GenericsFactory;)Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TT;>;
    MethodParameters:
      Name  Flags
      decl  
      name  
      bs    
      f     

  public java.lang.reflect.Type[] getBounds();
    descriptor: ()[Ljava/lang/reflect/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 136
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.bounds:[Ljava/lang/reflect/Type;
            ifnonnull 11
         1: .line 137
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getBoundASTs:()[Lsun/reflect/generics/tree/FieldTypeSignature;
            astore 1 /* fts */
        start local 1 // sun.reflect.generics.tree.FieldTypeSignature[] fts
         2: .line 140
            aload 1 /* fts */
            arraylength
            anewarray java.lang.reflect.Type
            astore 2 /* ts */
        start local 2 // java.lang.reflect.Type[] ts
         3: .line 142
            iconst_0
            istore 3 /* j */
        start local 3 // int j
         4: goto 9
         5: .line 143
      StackMap locals: sun.reflect.generics.tree.FieldTypeSignature[] java.lang.reflect.Type[] int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getReifier:()Lsun/reflect/generics/visitor/Reifier;
            astore 4 /* r */
        start local 4 // sun.reflect.generics.visitor.Reifier r
         6: .line 144
            aload 1 /* fts */
            iload 3 /* j */
            aaload
            aload 4 /* r */
            invokeinterface sun.reflect.generics.tree.FieldTypeSignature.accept:(Lsun/reflect/generics/visitor/TypeTreeVisitor;)V
         7: .line 145
            aload 2 /* ts */
            iload 3 /* j */
            aload 4 /* r */
            invokevirtual sun.reflect.generics.visitor.Reifier.getResult:()Ljava/lang/reflect/Type;
            aastore
        end local 4 // sun.reflect.generics.visitor.Reifier r
         8: .line 142
            iinc 3 /* j */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* j */
            aload 1 /* fts */
            arraylength
            if_icmplt 5
        end local 3 // int j
        10: .line 148
            aload 0 /* this */
            aload 2 /* ts */
            putfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.bounds:[Ljava/lang/reflect/Type;
        end local 2 // java.lang.reflect.Type[] ts
        end local 1 // sun.reflect.generics.tree.FieldTypeSignature[] fts
        11: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.bounds:[Ljava/lang/reflect/Type;
            invokevirtual java.lang.reflect.Type[].clone:()Ljava/lang/Object;
            checkcast java.lang.reflect.Type[]
            areturn
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            2   11     1   fts  [Lsun/reflect/generics/tree/FieldTypeSignature;
            3   11     2    ts  [Ljava/lang/reflect/Type;
            4   10     3     j  I
            6    8     4     r  Lsun/reflect/generics/visitor/Reifier;

  public D getGenericDeclaration();
    descriptor: ()Ljava/lang/reflect/GenericDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 163
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
            instanceof java.lang.Class
            ifeq 2
         1: .line 164
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
            checkcast java.lang.Class
            invokestatic sun.reflect.misc.ReflectUtil.checkPackageAccess:(Ljava/lang/Class;)V
            goto 6
         2: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
            instanceof java.lang.reflect.Method
            ifne 4
         3: .line 166
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
            instanceof java.lang.reflect.Constructor
            ifeq 5
         4: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
            checkcast java.lang.reflect.Member
            invokestatic sun.reflect.misc.ReflectUtil.conservativeCheckMemberAccess:(Ljava/lang/reflect/Member;)V
            goto 6
         5: .line 169
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            ldc "Unexpected kind of GenericDeclaration"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         6: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
            areturn
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
    Signature: ()TD;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 179
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.name:Ljava/lang/String;
            areturn
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 181
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getName:()Ljava/lang/String;
            areturn
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
        start local 1 // java.lang.Object o
         0: .line 185
            aload 1 /* o */
            instanceof java.lang.reflect.TypeVariable
            ifeq 9
         1: .line 186
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl;
            if_acmpne 9
         2: .line 187
            aload 1 /* o */
            checkcast java.lang.reflect.TypeVariable
            astore 2 /* that */
        start local 2 // java.lang.reflect.TypeVariable that
         3: .line 189
            aload 2 /* that */
            invokeinterface java.lang.reflect.TypeVariable.getGenericDeclaration:()Ljava/lang/reflect/GenericDeclaration;
            astore 3 /* thatDecl */
        start local 3 // java.lang.reflect.GenericDeclaration thatDecl
         4: .line 190
            aload 2 /* that */
            invokeinterface java.lang.reflect.TypeVariable.getName:()Ljava/lang/String;
            astore 4 /* thatName */
        start local 4 // java.lang.String thatName
         5: .line 192
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
            aload 3 /* thatDecl */
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         6: .line 193
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.name:Ljava/lang/String;
            aload 4 /* thatName */
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         7: .line 192
            iconst_1
            ireturn
      StackMap locals: java.lang.reflect.TypeVariable java.lang.reflect.GenericDeclaration java.lang.String
      StackMap stack:
         8: iconst_0
            ireturn
        end local 4 // java.lang.String thatName
        end local 3 // java.lang.reflect.GenericDeclaration thatDecl
        end local 2 // java.lang.reflect.TypeVariable that
         9: .line 196
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            0   10     1         o  Ljava/lang/Object;
            3    9     2      that  Ljava/lang/reflect/TypeVariable<*>;
            4    9     3  thatDecl  Ljava/lang/reflect/GenericDeclaration;
            5    9     4  thatName  Ljava/lang/String;
    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.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 201
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
            invokevirtual java.lang.Object.hashCode:()I
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.name:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            ixor
            ireturn
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;

  public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
        start local 1 // java.lang.Class annotationClass
         0: .line 207
            aload 1 /* annotationClass */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 209
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotations:()[Ljava/lang/annotation/Annotation;
            invokestatic sun.reflect.generics.reflectiveObjects.TypeVariableImpl.mapAnnotations:([Ljava/lang/annotation/Annotation;)Ljava/util/Map;
            aload 1 /* annotationClass */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation
            areturn
        end local 1 // java.lang.Class annotationClass
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            0    2     1  annotationClass  Ljava/lang/Class<TT;>;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
                 Name  Flags
      annotationClass  

  public <T extends java.lang.annotation.Annotation> T getDeclaredAnnotation(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
        start local 1 // java.lang.Class annotationClass
         0: .line 213
            aload 1 /* annotationClass */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 214
            aload 0 /* this */
            aload 1 /* annotationClass */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            areturn
        end local 1 // java.lang.Class annotationClass
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            0    2     1  annotationClass  Ljava/lang/Class<TT;>;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
                 Name  Flags
      annotationClass  

  public <T extends java.lang.annotation.Annotation> T[] getAnnotationsByType(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
        start local 1 // java.lang.Class annotationClass
         0: .line 219
            aload 1 /* annotationClass */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 220
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotations:()[Ljava/lang/annotation/Annotation;
            invokestatic sun.reflect.generics.reflectiveObjects.TypeVariableImpl.mapAnnotations:([Ljava/lang/annotation/Annotation;)Ljava/util/Map;
            aload 1 /* annotationClass */
            invokestatic sun.reflect.annotation.AnnotationSupport.getDirectlyAndIndirectlyPresent:(Ljava/util/Map;Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
            areturn
        end local 1 // java.lang.Class annotationClass
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            0    2     1  annotationClass  Ljava/lang/Class<TT;>;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)[TT;
    MethodParameters:
                 Name  Flags
      annotationClass  

  public <T extends java.lang.annotation.Annotation> T[] getDeclaredAnnotationsByType(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
        start local 1 // java.lang.Class annotationClass
         0: .line 225
            aload 1 /* annotationClass */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 226
            aload 0 /* this */
            aload 1 /* annotationClass */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotationsByType:(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
            areturn
        end local 1 // java.lang.Class annotationClass
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            0    2     1  annotationClass  Ljava/lang/Class<TT;>;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)[TT;
    MethodParameters:
                 Name  Flags
      annotationClass  

  public java.lang.annotation.Annotation[] getAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 230
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.typeVarIndex:()I
            istore 1 /* myIndex */
        start local 1 // int myIndex
         1: .line 231
            iload 1 /* myIndex */
            ifge 3
         2: .line 232
            new java.lang.AssertionError
            dup
            ldc "Index must be non-negative."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 233
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getGenericDeclaration:()Ljava/lang/reflect/GenericDeclaration;
            iload 1 /* myIndex */
            invokestatic sun.reflect.annotation.TypeAnnotationParser.parseTypeVariableAnnotations:(Ljava/lang/reflect/GenericDeclaration;I)[Ljava/lang/annotation/Annotation;
            areturn
        end local 1 // int myIndex
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            1    4     1  myIndex  I

  public java.lang.annotation.Annotation[] getDeclaredAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 237
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotations:()[Ljava/lang/annotation/Annotation;
            areturn
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;

  public java.lang.reflect.AnnotatedType[] getAnnotatedBounds();
    descriptor: ()[Ljava/lang/reflect/AnnotatedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 241
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getBounds:()[Ljava/lang/reflect/Type;
         1: .line 242
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getGenericDeclaration:()Ljava/lang/reflect/GenericDeclaration;
         2: .line 243
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.typeVarIndex:()I
         3: .line 241
            invokestatic sun.reflect.annotation.TypeAnnotationParser.parseAnnotatedBounds:([Ljava/lang/reflect/Type;Ljava/lang/reflect/GenericDeclaration;I)[Ljava/lang/reflect/AnnotatedType;
            areturn
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;

  private int typeVarIndex();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=7, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 250
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getGenericDeclaration:()Ljava/lang/reflect/GenericDeclaration;
            invokeinterface java.lang.reflect.GenericDeclaration.getTypeParameters:()[Ljava/lang/reflect/TypeVariable;
            astore 1 /* tVars */
        start local 1 // java.lang.reflect.TypeVariable[] tVars
         1: .line 251
            iconst_m1
            istore 2 /* i */
        start local 2 // int i
         2: .line 252
            aload 1 /* tVars */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 8
      StackMap locals: sun.reflect.generics.reflectiveObjects.TypeVariableImpl java.lang.reflect.TypeVariable[] int top int int java.lang.reflect.TypeVariable[]
      StackMap stack:
         3: aload 6
            iload 4
            aaload
            astore 3 /* v */
        start local 3 // java.lang.reflect.TypeVariable v
         4: .line 253
            iinc 2 /* i */ 1
         5: .line 254
            aload 0 /* this */
            aload 3 /* v */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 255
            iload 2 /* i */
            ireturn
        end local 3 // java.lang.reflect.TypeVariable v
         7: .line 252
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         8: iload 4
            iload 5
            if_icmplt 3
         9: .line 257
            iconst_m1
            ireturn
        end local 2 // int i
        end local 1 // java.lang.reflect.TypeVariable[] tVars
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            1   10     1  tVars  [Ljava/lang/reflect/TypeVariable;
            2   10     2      i  I
            4    7     3      v  Ljava/lang/reflect/TypeVariable<*>;

  private static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>, java.lang.annotation.Annotation> mapAnnotations(java.lang.annotation.Annotation[]);
    descriptor: ([Ljava/lang/annotation/Annotation;)Ljava/util/Map;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // java.lang.annotation.Annotation[] annos
         0: .line 262
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
         1: .line 261
            astore 1 /* result */
        start local 1 // java.util.Map result
         2: .line 263
            aload 0 /* annos */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 10
      StackMap locals: java.lang.annotation.Annotation[] java.util.Map top int int java.lang.annotation.Annotation[]
      StackMap stack:
         3: aload 5
            iload 3
            aaload
            astore 2 /* a */
        start local 2 // java.lang.annotation.Annotation a
         4: .line 264
            aload 2 /* a */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            astore 6 /* klass */
        start local 6 // java.lang.Class klass
         5: .line 265
            aload 6 /* klass */
            invokestatic sun.reflect.annotation.AnnotationType.getInstance:(Ljava/lang/Class;)Lsun/reflect/annotation/AnnotationType;
            astore 7 /* type */
        start local 7 // sun.reflect.annotation.AnnotationType type
         6: .line 266
            aload 7 /* type */
            invokevirtual sun.reflect.annotation.AnnotationType.retention:()Ljava/lang/annotation/RetentionPolicy;
            getstatic java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;
            if_acmpne 9
         7: .line 267
            aload 1 /* result */
            aload 6 /* klass */
            aload 2 /* a */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 9
         8: .line 268
            new java.lang.annotation.AnnotationFormatError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Duplicate annotation for class: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* klass */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* a */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.annotation.AnnotationFormatError.<init>:(Ljava/lang/String;)V
            athrow
        end local 7 // sun.reflect.annotation.AnnotationType type
        end local 6 // java.lang.Class klass
        end local 2 // java.lang.annotation.Annotation a
         9: .line 263
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
        10: iload 3
            iload 4
            if_icmplt 3
        11: .line 270
            aload 1 /* result */
            areturn
        end local 1 // java.util.Map result
        end local 0 // java.lang.annotation.Annotation[] annos
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0   annos  [Ljava/lang/annotation/Annotation;
            2   12     1  result  Ljava/util/Map<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/annotation/Annotation;>;
            4    9     2       a  Ljava/lang/annotation/Annotation;
            5    9     6   klass  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            6    9     7    type  Lsun/reflect/annotation/AnnotationType;
    Signature: ([Ljava/lang/annotation/Annotation;)Ljava/util/Map<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/annotation/Annotation;>;
    MethodParameters:
       Name  Flags
      annos  
}
Signature: <D::Ljava/lang/reflect/GenericDeclaration;>Lsun/reflect/generics/reflectiveObjects/LazyReflectiveObjectGenerator;Ljava/lang/reflect/TypeVariable<TD;>;
SourceFile: "TypeVariableImpl.java"