public abstract class net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable extends net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable
  super_class: net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5447
            aload 0 /* this */
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase.<init>:()V
            return
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;

  public net.bytebuddy.description.type.TypeDefinition$Sort getSort();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition$Sort;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5453
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.VARIABLE:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;

  public net.bytebuddy.description.type.TypeDescription asErasure();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5460
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable.getUpperBounds:()Lnet/bytebuddy/description/type/TypeList$Generic;
            astore 1 /* upperBounds */
        start local 1 // net.bytebuddy.description.type.TypeList$Generic upperBounds
         1: .line 5461
            aload 1 /* upperBounds */
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.isEmpty:()Z
            ifeq 3
         2: .line 5462
            getstatic net.bytebuddy.description.type.TypeDescription.OBJECT:Lnet/bytebuddy/description/type/TypeDescription;
            goto 4
         3: .line 5463
      StackMap locals: net.bytebuddy.description.type.TypeList$Generic
      StackMap stack:
            aload 1 /* upperBounds */
            iconst_0
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
         4: .line 5461
      StackMap locals:
      StackMap stack: net.bytebuddy.description.type.TypeDescription
            areturn
        end local 1 // net.bytebuddy.description.type.TypeList$Generic upperBounds
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;
            1    5     1  upperBounds  Lnet/bytebuddy/description/type/TypeList$Generic;

  public net.bytebuddy.description.type.TypeDescription$Generic getSuperClass();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5470
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "A type variable does not imply a super type definition: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;

  public net.bytebuddy.description.type.TypeList$Generic getInterfaces();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5477
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "A type variable does not imply an interface type definition: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;

  public net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription$InGenericShape> getDeclaredFields();
    descriptor: ()Lnet/bytebuddy/description/field/FieldList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5484
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "A type variable does not imply field definitions: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;
    Signature: ()Lnet/bytebuddy/description/field/FieldList<Lnet/bytebuddy/description/field/FieldDescription$InGenericShape;>;

  public net.bytebuddy.description.method.MethodList<net.bytebuddy.description.method.MethodDescription$InGenericShape> getDeclaredMethods();
    descriptor: ()Lnet/bytebuddy/description/method/MethodList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5491
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "A type variable does not imply method definitions: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;
    Signature: ()Lnet/bytebuddy/description/method/MethodList<Lnet/bytebuddy/description/method/MethodDescription$InGenericShape;>;

  public net.bytebuddy.description.type.TypeDescription$Generic getComponentType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5498
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "A type variable does not imply a component type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;

  public net.bytebuddy.description.type.TypeList$Generic getTypeArguments();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5505
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "A type variable does not imply type arguments: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;

  public net.bytebuddy.description.type.TypeDescription$Generic findBindingOf(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic typeVariable
         0: .line 5512
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "A type variable does not imply type arguments: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic typeVariable
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;
            0    1     1  typeVariable  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    MethodParameters:
              Name  Flags
      typeVariable  

  public net.bytebuddy.description.type.TypeList$Generic getLowerBounds();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5519
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "A type variable does not imply lower bounds: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;

  public net.bytebuddy.description.type.TypeDescription$Generic getOwnerType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5526
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "A type variable does not imply an owner type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;

  public java.lang.String getTypeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5533
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable.toString:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;

  public java.lang.String getActualName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5540
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable.getSymbol:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;

  public <T> T accept(net.bytebuddy.description.type.TypeDescription$Generic$Visitor<T>);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor visitor
         0: .line 5547
            aload 1 /* visitor */
            aload 0 /* this */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic$Visitor.onTypeVariable:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Object;
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor visitor
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;
            0    1     1  visitor  Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor<TT;>;)TT;
    MethodParameters:
         Name  Flags
      visitor  

  public net.bytebuddy.implementation.bytecode.StackSize getStackSize();
    descriptor: ()Lnet/bytebuddy/implementation/bytecode/StackSize;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5554
            getstatic net.bytebuddy.implementation.bytecode.StackSize.SINGLE:Lnet/bytebuddy/implementation/bytecode/StackSize;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;

  public boolean isArray();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5561
            iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;

  public boolean isPrimitive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5568
            iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;

  public boolean represents(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
        start local 1 // java.lang.reflect.Type type
         0: .line 5575
            aload 0 /* this */
            aload 1 /* type */
            invokestatic net.bytebuddy.description.type.TypeDefinition$Sort.describe:(Ljava/lang/reflect/Type;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.reflect.Type type
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;
            0    1     1  type  Ljava/lang/reflect/Type;
    MethodParameters:
      Name  Flags
      type  

  public java.util.Iterator<net.bytebuddy.description.type.TypeDefinition> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5582
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "A type variable does not imply a super type definition: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;
    Signature: ()Ljava/util/Iterator<Lnet/bytebuddy/description/type/TypeDefinition;>;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5587
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable.getTypeVariableSource:()Lnet/bytebuddy/description/TypeVariableSource;
            invokevirtual java.lang.Object.hashCode:()I
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable.getSymbol:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            ixor
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;

  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 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
        start local 1 // java.lang.Object other
         0: .line 5592
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 5593
            iconst_1
            ireturn
         2: .line 5594
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof net.bytebuddy.description.type.TypeDescription$Generic
            ifne 4
         3: .line 5595
            iconst_0
            ireturn
         4: .line 5597
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            astore 2 /* typeDescription */
        start local 2 // net.bytebuddy.description.type.TypeDescription$Generic typeDescription
         5: .line 5598
            aload 2 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getSort:()Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            invokevirtual net.bytebuddy.description.type.TypeDefinition$Sort.isTypeVariable:()Z
            ifeq 9
         6: .line 5599
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable.getSymbol:()Ljava/lang/String;
            aload 2 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getSymbol:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 5600
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable.getTypeVariableSource:()Lnet/bytebuddy/description/TypeVariableSource;
            aload 2 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getTypeVariableSource:()Lnet/bytebuddy/description/TypeVariableSource;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 5598
            iconst_1
            ireturn
      StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic
      StackMap stack:
         9: iconst_0
            ireturn
        end local 2 // net.bytebuddy.description.type.TypeDescription$Generic typeDescription
        end local 1 // java.lang.Object other
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;
            0   10     1            other  Ljava/lang/Object;
            5   10     2  typeDescription  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
         0: .line 5605
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable.getSymbol:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$OfTypeVariable;

  public net.bytebuddy.description.type.TypeDefinition getComponentType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TypeDescription.java"
NestHost: net.bytebuddy.description.type.TypeDescription
InnerClasses:
  public abstract InGenericShape = net.bytebuddy.description.field.FieldDescription$InGenericShape of net.bytebuddy.description.field.FieldDescription
  public abstract InGenericShape = net.bytebuddy.description.method.MethodDescription$InGenericShape of net.bytebuddy.description.method.MethodDescription
  public final Sort = net.bytebuddy.description.type.TypeDefinition$Sort of net.bytebuddy.description.type.TypeDefinition
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract AbstractBase = net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase of net.bytebuddy.description.type.TypeDescription$Generic
  public abstract OfTypeVariable = net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable of net.bytebuddy.description.type.TypeDescription$Generic
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable$ForLoadedType of net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable
  public Symbolic = net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable$Symbolic of net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable
  public WithAnnotationOverlay = net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable$WithAnnotationOverlay of net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable
  public abstract Visitor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor of net.bytebuddy.description.type.TypeDescription$Generic
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList