final class sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl extends sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl implements java.lang.reflect.AnnotatedTypeVariable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl
  super_class: sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl
{
  void <init>(java.lang.reflect.TypeVariable<?>, sun.reflect.annotation.TypeAnnotation$LocationInfo, sun.reflect.annotation.TypeAnnotation[], sun.reflect.annotation.TypeAnnotation[], java.lang.reflect.AnnotatedElement);
    descriptor: (Ljava/lang/reflect/TypeVariable;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl this
        start local 1 // java.lang.reflect.TypeVariable 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 222
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* location */
            aload 3 /* actualTypeAnnotations */
            aload 4 /* allOnSameTargetTypeAnnotations */
            aload 5 /* decl */
            invokespecial sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.<init>:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)V
         1: .line 223
            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.TypeVariable type
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0    2     0                            this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeVariableImpl;
            0    2     1                            type  Ljava/lang/reflect/TypeVariable<*>;
            0    2     2                        location  Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            0    2     3           actualTypeAnnotations  [Lsun/reflect/annotation/TypeAnnotation;
            0    2     4  allOnSameTargetTypeAnnotations  [Lsun/reflect/annotation/TypeAnnotation;
            0    2     5                            decl  Ljava/lang/reflect/AnnotatedElement;
    Signature: (Ljava/lang/reflect/TypeVariable<*>;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)V
    MethodParameters:
                                Name  Flags
      type                            
      location                        
      actualTypeAnnotations           
      allOnSameTargetTypeAnnotations  
      decl                            

  public java.lang.reflect.AnnotatedType[] getAnnotatedBounds();
    descriptor: ()[Ljava/lang/reflect/AnnotatedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl this
         0: .line 227
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl.getTypeVariable:()Ljava/lang/reflect/TypeVariable;
            invokeinterface java.lang.reflect.TypeVariable.getAnnotatedBounds:()[Ljava/lang/reflect/AnnotatedType;
            areturn
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeVariableImpl;

  private java.lang.reflect.TypeVariable<?> getTypeVariable();
    descriptor: ()Ljava/lang/reflect/TypeVariable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl this
         0: .line 231
            aload 0 /* this */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl.getType:()Ljava/lang/reflect/Type;
            checkcast java.lang.reflect.TypeVariable
            areturn
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeVariableImpl;
    Signature: ()Ljava/lang/reflect/TypeVariable<*>;
}
SourceFile: "AnnotatedTypeFactory.java"
NestHost: sun.reflect.annotation.AnnotatedTypeFactory
InnerClasses:
  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
  public final LocationInfo = sun.reflect.annotation.TypeAnnotation$LocationInfo of sun.reflect.annotation.TypeAnnotation