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 379
            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 380
            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 384
            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;

  public java.lang.reflect.AnnotatedType getAnnotatedOwnerType();
    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 389
            aconst_null
            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 393
            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<*>;

  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$AnnotatedTypeVariableImpl this
        start local 1 // java.lang.Object o
         0: .line 405
            aload 1 /* o */
            instanceof java.lang.reflect.AnnotatedTypeVariable
            ifeq 3
         1: .line 406
            aload 1 /* o */
            checkcast java.lang.reflect.AnnotatedTypeVariable
            astore 2 /* that */
        start local 2 // java.lang.reflect.AnnotatedTypeVariable that
         2: .line 407
            aload 0 /* this */
            aload 2 /* that */
            invokevirtual sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl.equalsTypeAndAnnotations:(Ljava/lang/reflect/AnnotatedType;)Z
            ireturn
        end local 2 // java.lang.reflect.AnnotatedTypeVariable that
         3: .line 409
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeVariableImpl;
            0    4     1     o  Ljava/lang/Object;
            2    3     2  that  Ljava/lang/reflect/AnnotatedTypeVariable;
    MethodParameters:
      Name  Flags
      o     
}
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