public abstract class net.bytebuddy.description.type.TypeDescription$AbstractBase extends net.bytebuddy.description.TypeVariableSource$AbstractBase implements net.bytebuddy.description.type.TypeDescription
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.description.type.TypeDescription$AbstractBase
  super_class: net.bytebuddy.description.TypeVariableSource$AbstractBase
{
  public static final boolean RAW_TYPES;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 7392
            new net.bytebuddy.utility.privilege.GetSystemPropertyAction
            dup
            ldc "net.bytebuddy.raw"
            invokespecial net.bytebuddy.utility.privilege.GetSystemPropertyAction.<init>:(Ljava/lang/String;)V
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.String
            invokestatic java.lang.Boolean.parseBoolean:(Ljava/lang/String;)Z
            istore 0 /* rawTypes */
        start local 0 // boolean rawTypes
         1: .line 7393
            goto 4
        end local 0 // boolean rawTypes
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: pop
         3: .line 7394
            iconst_0
            istore 0 /* rawTypes */
        start local 0 // boolean rawTypes
         4: .line 7396
      StackMap locals: int
      StackMap stack:
            iload 0 /* rawTypes */
            putstatic net.bytebuddy.description.type.TypeDescription$AbstractBase.RAW_TYPES:Z
        end local 0 // boolean rawTypes
         5: .line 7397
            return
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            1    2     0  rawTypes  Z
            4    5     0  rawTypes  Z
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception

  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$AbstractBase this
         0: .line 7379
            aload 0 /* this */
            invokespecial net.bytebuddy.description.TypeVariableSource$AbstractBase.<init>:()V
            return
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  private static boolean isAssignable(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription sourceType
        start local 1 // net.bytebuddy.description.type.TypeDescription targetType
         0: .line 7410
            aload 0 /* sourceType */
            aload 1 /* targetType */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 7411
            iconst_1
            ireturn
         2: .line 7414
      StackMap locals:
      StackMap stack:
            aload 1 /* targetType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isArray:()Z
            ifeq 9
         3: .line 7415
            aload 0 /* sourceType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isArray:()Z
            ifeq 5
         4: .line 7416
            aload 0 /* sourceType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* targetType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokestatic net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignable:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;)Z
            goto 8
         5: .line 7417
      StackMap locals:
      StackMap stack:
            aload 0 /* sourceType */
            ldc Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifne 7
            getstatic net.bytebuddy.description.type.TypeDescription$AbstractBase.ARRAY_INTERFACES:Lnet/bytebuddy/description/type/TypeList$Generic;
            aload 0 /* sourceType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.contains:(Ljava/lang/Object;)Z
            ifne 7
         6: .line 7415
            iconst_0
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_1
      StackMap locals:
      StackMap stack: int
         8: ireturn
         9: .line 7420
      StackMap locals:
      StackMap stack:
            aload 0 /* sourceType */
            ldc Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 13
        10: .line 7421
            aload 1 /* targetType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isPrimitive:()Z
            ifeq 11
            iconst_0
            goto 12
      StackMap locals:
      StackMap stack:
        11: iconst_1
      StackMap locals:
      StackMap stack: int
        12: ireturn
        13: .line 7424
      StackMap locals:
      StackMap stack:
            aload 1 /* targetType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getSuperClass:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 2 /* superClass */
        start local 2 // net.bytebuddy.description.type.TypeDescription$Generic superClass
        14: .line 7425
            aload 2 /* superClass */
            ifnull 16
            aload 0 /* sourceType */
            aload 2 /* superClass */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableFrom:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifeq 16
        15: .line 7426
            iconst_1
            ireturn
        16: .line 7429
      StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic
      StackMap stack:
            aload 0 /* sourceType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isInterface:()Z
            ifeq 22
        17: .line 7430
            aload 1 /* targetType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getInterfaces:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.asErasures:()Lnet/bytebuddy/description/type/TypeList;
            invokeinterface net.bytebuddy.description.type.TypeList.iterator:()Ljava/util/Iterator;
            astore 4
            goto 21
      StackMap locals: net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.type.TypeDescription$Generic top java.util.Iterator
      StackMap stack:
        18: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            astore 3 /* interfaceType */
        start local 3 // net.bytebuddy.description.type.TypeDescription interfaceType
        19: .line 7431
            aload 0 /* sourceType */
            aload 3 /* interfaceType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableFrom:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifeq 21
        20: .line 7432
            iconst_1
            ireturn
        end local 3 // net.bytebuddy.description.type.TypeDescription interfaceType
        21: .line 7430
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 18
        22: .line 7437
      StackMap locals: net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.type.TypeDescription$Generic
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // net.bytebuddy.description.type.TypeDescription$Generic superClass
        end local 1 // net.bytebuddy.description.type.TypeDescription targetType
        end local 0 // net.bytebuddy.description.type.TypeDescription sourceType
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0     sourceType  Lnet/bytebuddy/description/type/TypeDescription;
            0   23     1     targetType  Lnet/bytebuddy/description/type/TypeDescription;
           14   23     2     superClass  Lnet/bytebuddy/description/type/TypeDescription$Generic;
           19   21     3  interfaceType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
            Name  Flags
      sourceType  
      targetType  

  public boolean isAssignableFrom(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
        start local 1 // java.lang.Class type
         0: .line 7444
            aload 0 /* this */
            aload 1 /* type */
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignableFrom:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ireturn
        end local 1 // java.lang.Class type
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            0    1     1  type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      type  

  public boolean isAssignableFrom(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 7451
            aload 0 /* this */
            aload 1 /* typeDescription */
            invokestatic net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignable:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;)Z
            ireturn
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public boolean isAssignableTo(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
        start local 1 // java.lang.Class type
         0: .line 7458
            aload 0 /* this */
            aload 1 /* type */
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignableTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ireturn
        end local 1 // java.lang.Class type
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            0    1     1  type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      type  

  public boolean isAssignableTo(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 7465
            aload 1 /* typeDescription */
            aload 0 /* this */
            invokestatic net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignable:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;)Z
            ireturn
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public boolean isInHierarchyWith(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
        start local 1 // java.lang.Class type
         0: .line 7472
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignableTo:(Ljava/lang/Class;)Z
            ifne 1
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // java.lang.Class type
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            0    2     1  type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      type  

  public boolean isInHierarchyWith(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 7479
            aload 0 /* this */
            aload 1 /* typeDescription */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignableTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 1
            aload 0 /* this */
            aload 1 /* typeDescription */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignableFrom:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            0    2     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public net.bytebuddy.description.type.TypeDescription asErasure();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7486
            aload 0 /* this */
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  public net.bytebuddy.description.type.TypeDescription$Generic asGenericType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7493
            new net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForErasure
            dup
            aload 0 /* this */
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForErasure.<init>:(Lnet/bytebuddy/description/type/TypeDescription;)V
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  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$AbstractBase this
         0: .line 7500
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.NON_GENERIC:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  public boolean isInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
        start local 1 // java.lang.Object value
         0: .line 7507
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignableFrom:(Ljava/lang/Class;)Z
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            0    1     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public boolean isAnnotationValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
        start local 1 // java.lang.Object value
         0: .line 7514
            aload 0 /* this */
            ldc Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 1
            aload 1 /* value */
            instanceof net.bytebuddy.description.type.TypeDescription
            ifne 22
         1: .line 7515
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            instanceof net.bytebuddy.description.annotation.AnnotationDescription
            ifeq 2
            aload 1 /* value */
            checkcast net.bytebuddy.description.annotation.AnnotationDescription
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription.getAnnotationType:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* this */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 22
         2: .line 7516
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            instanceof net.bytebuddy.description.enumeration.EnumerationDescription
            ifeq 3
            aload 1 /* value */
            checkcast net.bytebuddy.description.enumeration.EnumerationDescription
            invokeinterface net.bytebuddy.description.enumeration.EnumerationDescription.getEnumerationType:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* this */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 22
         3: .line 7517
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc Ljava/lang/String;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 4
            aload 1 /* value */
            instanceof java.lang.String
            ifne 22
         4: .line 7518
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 5
            aload 1 /* value */
            instanceof java.lang.Boolean
            ifne 22
         5: .line 7519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 6
            aload 1 /* value */
            instanceof java.lang.Byte
            ifne 22
         6: .line 7520
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Short.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 7
            aload 1 /* value */
            instanceof java.lang.Short
            ifne 22
         7: .line 7521
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Character.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 8
            aload 1 /* value */
            instanceof java.lang.Character
            ifne 22
         8: .line 7522
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 9
            aload 1 /* value */
            instanceof java.lang.Integer
            ifne 22
         9: .line 7523
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 10
            aload 1 /* value */
            instanceof java.lang.Long
            ifne 22
        10: .line 7524
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 11
            aload 1 /* value */
            instanceof java.lang.Float
            ifne 22
        11: .line 7525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 12
            aload 1 /* value */
            instanceof java.lang.Double
            ifne 22
        12: .line 7526
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc [Ljava/lang/String;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 13
            aload 1 /* value */
            instanceof java.lang.String[]
            ifne 22
        13: .line 7527
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc [Z
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 14
            aload 1 /* value */
            instanceof boolean[]
            ifne 22
        14: .line 7528
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc [B
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 15
            aload 1 /* value */
            instanceof byte[]
            ifne 22
        15: .line 7529
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc [S
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 16
            aload 1 /* value */
            instanceof short[]
            ifne 22
        16: .line 7530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc [C
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 17
            aload 1 /* value */
            instanceof char[]
            ifne 22
        17: .line 7531
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc [I
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 18
            aload 1 /* value */
            instanceof int[]
            ifne 22
        18: .line 7532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc [J
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 19
            aload 1 /* value */
            instanceof long[]
            ifne 22
        19: .line 7533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc [F
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 20
            aload 1 /* value */
            instanceof float[]
            ifne 22
        20: .line 7534
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc [D
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 21
            aload 1 /* value */
            instanceof double[]
            ifne 22
        21: .line 7535
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc [Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 23
            aload 1 /* value */
            instanceof net.bytebuddy.description.type.TypeDescription[]
            ifeq 23
        22: .line 7536
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        23: .line 7537
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc [Ljava/lang/annotation/Annotation;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignableTo:(Ljava/lang/Class;)Z
            ifeq 31
            aload 1 /* value */
            instanceof net.bytebuddy.description.annotation.AnnotationDescription[]
            ifeq 31
        24: .line 7538
            aload 1 /* value */
            checkcast net.bytebuddy.description.annotation.AnnotationDescription[]
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 29
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase java.lang.Object top int int net.bytebuddy.description.annotation.AnnotationDescription[]
      StackMap stack:
        25: aload 5
            iload 3
            aaload
            astore 2 /* annotationDescription */
        start local 2 // net.bytebuddy.description.annotation.AnnotationDescription annotationDescription
        26: .line 7539
            aload 2 /* annotationDescription */
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription.getAnnotationType:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 28
        27: .line 7540
            iconst_0
            ireturn
        end local 2 // net.bytebuddy.description.annotation.AnnotationDescription annotationDescription
        28: .line 7538
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
        29: iload 3
            iload 4
            if_icmplt 25
        30: .line 7543
            iconst_1
            ireturn
        31: .line 7544
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase java.lang.Object
      StackMap stack:
            aload 0 /* this */
            ldc [Ljava/lang/Enum;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignableTo:(Ljava/lang/Class;)Z
            ifeq 39
            aload 1 /* value */
            instanceof net.bytebuddy.description.enumeration.EnumerationDescription[]
            ifeq 39
        32: .line 7545
            aload 1 /* value */
            checkcast net.bytebuddy.description.enumeration.EnumerationDescription[]
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 37
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase java.lang.Object top int int net.bytebuddy.description.enumeration.EnumerationDescription[]
      StackMap stack:
        33: aload 5
            iload 3
            aaload
            astore 2 /* enumerationDescription */
        start local 2 // net.bytebuddy.description.enumeration.EnumerationDescription enumerationDescription
        34: .line 7546
            aload 2 /* enumerationDescription */
            invokeinterface net.bytebuddy.description.enumeration.EnumerationDescription.getEnumerationType:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 36
        35: .line 7547
            iconst_0
            ireturn
        end local 2 // net.bytebuddy.description.enumeration.EnumerationDescription enumerationDescription
        36: .line 7545
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
        37: iload 3
            iload 4
            if_icmplt 33
        38: .line 7550
            iconst_1
            ireturn
        39: .line 7552
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase java.lang.Object
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   40     0                    this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            0   40     1                   value  Ljava/lang/Object;
           26   28     2   annotationDescription  Lnet/bytebuddy/description/annotation/AnnotationDescription;
           34   36     2  enumerationDescription  Lnet/bytebuddy/description/enumeration/EnumerationDescription;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String getInternalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7560
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getName:()Ljava/lang/String;
            bipush 46
            bipush 47
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  public int getActualModifiers(boolean);
    descriptor: (Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
        start local 1 // boolean superFlag
         0: .line 7567
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getModifiers:()I
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Ljava/lang/Deprecated;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 2
         1: .line 7568
            ldc 131072
            goto 3
         2: .line 7569
      StackMap locals:
      StackMap stack: int
            iconst_0
         3: .line 7567
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase int
      StackMap stack: int int
            ior
            istore 2 /* actualModifiers */
        start local 2 // int actualModifiers
         4: .line 7570
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isPrivate:()Z
            ifeq 7
         5: .line 7571
            iload 2 /* actualModifiers */
            bipush -11
            iand
            istore 2 /* actualModifiers */
         6: .line 7572
            goto 11
      StackMap locals: int
      StackMap stack:
         7: aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isProtected:()Z
            ifeq 10
         8: .line 7573
            iload 2 /* actualModifiers */
            bipush -13
            iand
            iconst_1
            ior
            istore 2 /* actualModifiers */
         9: .line 7574
            goto 11
        10: .line 7575
      StackMap locals:
      StackMap stack:
            iload 2 /* actualModifiers */
            bipush -9
            iand
            istore 2 /* actualModifiers */
        11: .line 7577
      StackMap locals:
      StackMap stack:
            iload 1 /* superFlag */
            ifeq 12
            iload 2 /* actualModifiers */
            bipush 32
            ior
            goto 13
      StackMap locals:
      StackMap stack:
        12: iload 2 /* actualModifiers */
      StackMap locals:
      StackMap stack: int
        13: ireturn
        end local 2 // int actualModifiers
        end local 1 // boolean superFlag
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   14     0             this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            0   14     1        superFlag  Z
            4   14     2  actualModifiers  I
    MethodParameters:
           Name  Flags
      superFlag  

  public java.lang.String getGenericSignature();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7585
            new org.objectweb.asm.signature.SignatureWriter
            dup
            invokespecial org.objectweb.asm.signature.SignatureWriter.<init>:()V
            astore 1 /* signatureWriter */
        start local 1 // org.objectweb.asm.signature.SignatureWriter signatureWriter
         1: .line 7586
            iconst_0
            istore 2 /* generic */
        start local 2 // boolean generic
         2: .line 7587
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getTypeVariables:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.iterator:()Ljava/util/Iterator;
            astore 4
            goto 15
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            astore 3 /* typeVariable */
        start local 3 // net.bytebuddy.description.type.TypeDescription$Generic typeVariable
         4: .line 7588
            aload 1 /* signatureWriter */
            aload 3 /* typeVariable */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getSymbol:()Ljava/lang/String;
            invokevirtual org.objectweb.asm.signature.SignatureWriter.visitFormalTypeParameter:(Ljava/lang/String;)V
         5: .line 7589
            aload 3 /* typeVariable */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getUpperBounds:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.iterator:()Ljava/util/Iterator;
            astore 6
            goto 13
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator top java.util.Iterator
      StackMap stack:
         6: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            astore 5 /* upperBound */
        start local 5 // net.bytebuddy.description.type.TypeDescription$Generic upperBound
         7: .line 7590
            aload 5 /* upperBound */
         8: new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor
            dup
            aload 5 /* upperBound */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isInterface:()Z
            ifeq 10
         9: .line 7591
            aload 1 /* signatureWriter */
            invokevirtual org.objectweb.asm.signature.SignatureWriter.visitInterfaceBound:()Lorg/objectweb/asm/signature/SignatureVisitor;
            goto 11
        10: .line 7592
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator
      StackMap stack: net.bytebuddy.description.type.TypeDescription$Generic new 8 new 8
            aload 1 /* signatureWriter */
            invokevirtual org.objectweb.asm.signature.SignatureWriter.visitClassBound:()Lorg/objectweb/asm/signature/SignatureVisitor;
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator
      StackMap stack: net.bytebuddy.description.type.TypeDescription$Generic new 8 new 8 org.objectweb.asm.signature.SignatureVisitor
        11: invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor.<init>:(Lorg/objectweb/asm/signature/SignatureVisitor;)V
        12: .line 7590
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            pop
        end local 5 // net.bytebuddy.description.type.TypeDescription$Generic upperBound
        13: .line 7589
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        14: .line 7594
            iconst_1
            istore 2 /* generic */
        end local 3 // net.bytebuddy.description.type.TypeDescription$Generic typeVariable
        15: .line 7587
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        16: .line 7596
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getSuperClass:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 3 /* superClass */
        start local 3 // net.bytebuddy.description.type.TypeDescription$Generic superClass
        17: .line 7598
            aload 3 /* superClass */
            ifnonnull 19
        18: .line 7599
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.OBJECT:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 3 /* superClass */
        19: .line 7601
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic
      StackMap stack:
            aload 3 /* superClass */
            new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor
            dup
            aload 1 /* signatureWriter */
            invokevirtual org.objectweb.asm.signature.SignatureWriter.visitSuperclass:()Lorg/objectweb/asm/signature/SignatureVisitor;
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor.<init>:(Lorg/objectweb/asm/signature/SignatureVisitor;)V
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            pop
        20: .line 7602
            iload 2 /* generic */
            ifne 21
            aload 3 /* superClass */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getSort:()Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            invokevirtual net.bytebuddy.description.type.TypeDefinition$Sort.isNonGeneric:()Z
            ifeq 21
            iconst_0
            goto 22
      StackMap locals:
      StackMap stack:
        21: iconst_1
      StackMap locals:
      StackMap stack: int
        22: istore 2 /* generic */
        23: .line 7603
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getInterfaces:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.iterator:()Ljava/util/Iterator;
            astore 5
            goto 29
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic top java.util.Iterator
      StackMap stack:
        24: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            astore 4 /* interfaceType */
        start local 4 // net.bytebuddy.description.type.TypeDescription$Generic interfaceType
        25: .line 7604
            aload 4 /* interfaceType */
            new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor
            dup
            aload 1 /* signatureWriter */
            invokevirtual org.objectweb.asm.signature.SignatureWriter.visitInterface:()Lorg/objectweb/asm/signature/SignatureVisitor;
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor.<init>:(Lorg/objectweb/asm/signature/SignatureVisitor;)V
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            pop
        26: .line 7605
            iload 2 /* generic */
            ifne 27
            aload 4 /* interfaceType */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getSort:()Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            invokevirtual net.bytebuddy.description.type.TypeDefinition$Sort.isNonGeneric:()Z
            ifeq 27
            iconst_0
            goto 28
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator
      StackMap stack:
        27: iconst_1
      StackMap locals:
      StackMap stack: int
        28: istore 2 /* generic */
        end local 4 // net.bytebuddy.description.type.TypeDescription$Generic interfaceType
        29: .line 7603
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 24
        30: .line 7607
            iload 2 /* generic */
            ifeq 32
        31: .line 7608
            aload 1 /* signatureWriter */
            invokevirtual org.objectweb.asm.signature.SignatureWriter.toString:()Ljava/lang/String;
            goto 33
        32: .line 7609
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase org.objectweb.asm.signature.SignatureWriter int net.bytebuddy.description.type.TypeDescription$Generic
      StackMap stack:
            getstatic net.bytebuddy.description.type.TypeDescription$AbstractBase.NON_GENERIC_SIGNATURE:Ljava/lang/String;
        33: .line 7607
      StackMap locals:
      StackMap stack: java.lang.String
            areturn
        end local 3 // net.bytebuddy.description.type.TypeDescription$Generic superClass
        end local 2 // boolean generic
        end local 1 // org.objectweb.asm.signature.SignatureWriter signatureWriter
        34: .line 7610
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase
      StackMap stack: java.lang.reflect.GenericSignatureFormatError
            pop
        35: .line 7611
            getstatic net.bytebuddy.description.type.TypeDescription$AbstractBase.NON_GENERIC_SIGNATURE:Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   36     0             this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            1   34     1  signatureWriter  Lorg/objectweb/asm/signature/SignatureWriter;
            2   34     2          generic  Z
            4   15     3     typeVariable  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            7   13     5       upperBound  Lnet/bytebuddy/description/type/TypeDescription$Generic;
           17   34     3       superClass  Lnet/bytebuddy/description/type/TypeDescription$Generic;
           25   29     4    interfaceType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
      Exception table:
        from    to  target  type
           0    33      34  Class java.lang.reflect.GenericSignatureFormatError

  public boolean isSamePackage(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 7619
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getPackage:()Lnet/bytebuddy/description/type/PackageDescription;
            astore 2 /* thisPackage */
        start local 2 // net.bytebuddy.description.type.PackageDescription thisPackage
         1: aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getPackage:()Lnet/bytebuddy/description/type/PackageDescription;
            astore 3 /* otherPackage */
        start local 3 // net.bytebuddy.description.type.PackageDescription otherPackage
         2: .line 7620
            aload 2 /* thisPackage */
            ifnull 3
            aload 3 /* otherPackage */
            ifnonnull 5
         3: .line 7621
      StackMap locals: net.bytebuddy.description.type.PackageDescription net.bytebuddy.description.type.PackageDescription
      StackMap stack:
            aload 2 /* thisPackage */
            aload 3 /* otherPackage */
            if_acmpne 4
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack:
         4: iconst_0
            goto 6
         5: .line 7622
      StackMap locals:
      StackMap stack:
            aload 2 /* thisPackage */
            aload 3 /* otherPackage */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
         6: .line 7620
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 3 // net.bytebuddy.description.type.PackageDescription otherPackage
        end local 2 // net.bytebuddy.description.type.PackageDescription thisPackage
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            0    7     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            1    7     2      thisPackage  Lnet/bytebuddy/description/type/PackageDescription;
            2    7     3     otherPackage  Lnet/bytebuddy/description/type/PackageDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public boolean isVisibleTo(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 7629
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isPrimitive:()Z
            ifne 5
         1: .line 7631
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isArray:()Z
            ifeq 3
         2: .line 7630
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isVisibleTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 5
            goto 4
         3: .line 7631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isPublic:()Z
            ifne 5
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isProtected:()Z
            ifne 5
            aload 0 /* this */
            aload 1 /* typeDescription */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isSamePackage:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 5
         4: .line 7629
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            ireturn
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            0    6     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public boolean isAccessibleTo(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 7638
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isPrimitive:()Z
            ifne 5
         1: .line 7640
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isArray:()Z
            ifeq 3
         2: .line 7639
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isVisibleTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 5
            goto 4
         3: .line 7640
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isPublic:()Z
            ifne 5
            aload 0 /* this */
            aload 1 /* typeDescription */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isSamePackage:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 5
         4: .line 7638
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            ireturn
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            0    6     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public net.bytebuddy.description.annotation.AnnotationList getInheritedAnnotations();
    descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7647
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getSuperClass:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 1 /* superClass */
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic superClass
         1: .line 7648
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            astore 2 /* declaredAnnotations */
        start local 2 // net.bytebuddy.description.annotation.AnnotationList declaredAnnotations
         2: .line 7649
            aload 1 /* superClass */
            ifnonnull 4
         3: .line 7650
            aload 2 /* declaredAnnotations */
            areturn
         4: .line 7652
      StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic net.bytebuddy.description.annotation.AnnotationList
      StackMap stack:
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 3 /* annotationTypes */
        start local 3 // java.util.Set annotationTypes
         5: .line 7653
            aload 2 /* declaredAnnotations */
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.iterator:()Ljava/util/Iterator;
            astore 5
            goto 8
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase net.bytebuddy.description.type.TypeDescription$Generic net.bytebuddy.description.annotation.AnnotationList java.util.Set top java.util.Iterator
      StackMap stack:
         6: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.annotation.AnnotationDescription
            astore 4 /* annotationDescription */
        start local 4 // net.bytebuddy.description.annotation.AnnotationDescription annotationDescription
         7: .line 7654
            aload 3 /* annotationTypes */
            aload 4 /* annotationDescription */
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription.getAnnotationType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // net.bytebuddy.description.annotation.AnnotationDescription annotationDescription
         8: .line 7653
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
         9: .line 7656
            new net.bytebuddy.description.annotation.AnnotationList$Explicit
            dup
            aload 2 /* declaredAnnotations */
            aload 1 /* superClass */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getInheritedAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            aload 3 /* annotationTypes */
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.inherited:(Ljava/util/Set;)Lnet/bytebuddy/description/annotation/AnnotationList;
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/util/List;Ljava/util/List;)Ljava/util/List;
            invokespecial net.bytebuddy.description.annotation.AnnotationList$Explicit.<init>:(Ljava/util/List;)V
            areturn
        end local 3 // java.util.Set annotationTypes
        end local 2 // net.bytebuddy.description.annotation.AnnotationList declaredAnnotations
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic superClass
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   10     0                   this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            1   10     1             superClass  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            2   10     2    declaredAnnotations  Lnet/bytebuddy/description/annotation/AnnotationList;
            5   10     3        annotationTypes  Ljava/util/Set<Lnet/bytebuddy/description/type/TypeDescription;>;
            7    8     4  annotationDescription  Lnet/bytebuddy/description/annotation/AnnotationDescription;

  public java.lang.String getActualName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7664
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isArray:()Z
            ifeq 14
         1: .line 7665
            aload 0 /* this */
            astore 1 /* typeDescription */
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         2: .line 7666
            iconst_0
            istore 2 /* dimensions */
        start local 2 // int dimensions
         3: .line 7668
      StackMap locals: net.bytebuddy.description.type.TypeDescription int
      StackMap stack:
            iinc 2 /* dimensions */ 1
         4: .line 7669
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            astore 1 /* typeDescription */
         5: .line 7670
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isArray:()Z
            ifne 3
         6: .line 7671
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 3 /* stringBuilder */
        start local 3 // java.lang.StringBuilder stringBuilder
         7: .line 7672
            aload 3 /* stringBuilder */
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getActualName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 7673
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         9: goto 12
        10: .line 7674
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 3 /* stringBuilder */
            ldc "[]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        11: .line 7673
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* i */
            iload 2 /* dimensions */
            if_icmplt 10
        end local 4 // int i
        13: .line 7676
            aload 3 /* stringBuilder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.lang.StringBuilder stringBuilder
        end local 2 // int dimensions
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        14: .line 7678
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getName:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   15     0             this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            2   14     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            3   14     2       dimensions  I
            7   14     3    stringBuilder  Ljava/lang/StringBuilder;
            9   13     4                i  I

  public boolean isPrimitiveWrapper();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7686
            aload 0 /* this */
            ldc Ljava/lang/Boolean;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifne 9
         1: .line 7687
            aload 0 /* this */
            ldc Ljava/lang/Byte;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifne 9
         2: .line 7688
            aload 0 /* this */
            ldc Ljava/lang/Short;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifne 9
         3: .line 7689
            aload 0 /* this */
            ldc Ljava/lang/Character;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifne 9
         4: .line 7690
            aload 0 /* this */
            ldc Ljava/lang/Integer;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifne 9
         5: .line 7691
            aload 0 /* this */
            ldc Ljava/lang/Long;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifne 9
         6: .line 7692
            aload 0 /* this */
            ldc Ljava/lang/Float;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifne 9
         7: .line 7693
            aload 0 /* this */
            ldc Ljava/lang/Double;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifne 9
         8: .line 7686
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         9: iconst_1
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  public boolean isAnnotationReturnType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7700
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isPrimitive:()Z
            ifne 7
         1: .line 7701
            aload 0 /* this */
            ldc Ljava/lang/String;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifne 7
         2: .line 7702
            aload 0 /* this */
            ldc Ljava/lang/Enum;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignableTo:(Ljava/lang/Class;)Z
            ifeq 3
            aload 0 /* this */
            ldc Ljava/lang/Enum;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 7
         3: .line 7703
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc Ljava/lang/annotation/Annotation;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignableTo:(Ljava/lang/Class;)Z
            ifeq 4
            aload 0 /* this */
            ldc Ljava/lang/annotation/Annotation;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 7
         4: .line 7704
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifne 7
         5: .line 7705
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isArray:()Z
            ifeq 6
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isArray:()Z
            ifne 6
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAnnotationReturnType:()Z
            ifne 7
         6: .line 7700
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_1
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  public boolean isAnnotationValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7712
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isPrimitive:()Z
            ifne 7
         1: .line 7713
            aload 0 /* this */
            ldc Ljava/lang/String;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifne 7
         2: .line 7714
            aload 0 /* this */
            ldc Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignableTo:(Ljava/lang/Class;)Z
            ifne 7
         3: .line 7715
            aload 0 /* this */
            ldc Lnet/bytebuddy/description/annotation/AnnotationDescription;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignableTo:(Ljava/lang/Class;)Z
            ifne 7
         4: .line 7716
            aload 0 /* this */
            ldc Lnet/bytebuddy/description/enumeration/EnumerationDescription;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isAssignableTo:(Ljava/lang/Class;)Z
            ifne 7
         5: .line 7717
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isArray:()Z
            ifeq 6
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isArray:()Z
            ifne 6
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAnnotationValue:()Z
            ifne 7
         6: .line 7712
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_1
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  public boolean represents(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7723
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSuppressFBWarnings cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
    RuntimeInvisibleAnnotations: 
      SuppressFBWarnings()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        SuppressFBWarnings()
    MethodParameters:
      Name  Flags
      type  

  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$AbstractBase this
         0: .line 7732
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getName:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  public net.bytebuddy.description.TypeVariableSource getEnclosingSource();
    descriptor: ()Lnet/bytebuddy/description/TypeVariableSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7739
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getEnclosingMethod:()Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            astore 1 /* enclosingMethod */
        start local 1 // net.bytebuddy.description.method.MethodDescription enclosingMethod
         1: .line 7740
            aload 1 /* enclosingMethod */
            ifnonnull 4
         2: .line 7741
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isStatic:()Z
            ifeq 3
            getstatic net.bytebuddy.description.TypeVariableSource.UNDEFINED:Lnet/bytebuddy/description/TypeVariableSource;
            goto 5
      StackMap locals: net.bytebuddy.description.method.MethodDescription
      StackMap stack:
         3: aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getEnclosingType:()Lnet/bytebuddy/description/type/TypeDescription;
            goto 5
         4: .line 7742
      StackMap locals:
      StackMap stack:
            aload 1 /* enclosingMethod */
         5: .line 7740
      StackMap locals:
      StackMap stack: net.bytebuddy.description.TypeVariableSource
            areturn
        end local 1 // net.bytebuddy.description.method.MethodDescription enclosingMethod
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            1    6     1  enclosingMethod  Lnet/bytebuddy/description/method/MethodDescription;

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

  public boolean isPackageType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7756
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getSimpleName:()Ljava/lang/String;
            ldc "package-info"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  public boolean isGenerified();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7763
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getTypeVariables:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.isEmpty:()Z
            ifne 2
         1: .line 7764
            iconst_1
            ireturn
         2: .line 7765
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isStatic:()Z
            ifeq 4
         3: .line 7766
            iconst_0
            ireturn
         4: .line 7768
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
            astore 1 /* declaringType */
        start local 1 // net.bytebuddy.description.type.TypeDescription declaringType
         5: .line 7769
            aload 1 /* declaringType */
            ifnull 6
            aload 1 /* declaringType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isGenerified:()Z
            ifeq 6
            iconst_1
            ireturn
      StackMap locals: net.bytebuddy.description.type.TypeDescription
      StackMap stack:
         6: iconst_0
            ireturn
        end local 1 // net.bytebuddy.description.type.TypeDescription declaringType
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            5    7     1  declaringType  Lnet/bytebuddy/description/type/TypeDescription;

  public int getInnerClassCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7776
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isStatic:()Z
            ifeq 2
         1: .line 7777
            iconst_0
            ireturn
         2: .line 7779
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
            astore 1 /* declaringType */
        start local 1 // net.bytebuddy.description.type.TypeDescription declaringType
         3: .line 7780
            aload 1 /* declaringType */
            ifnonnull 5
         4: .line 7781
            iconst_0
            goto 6
         5: .line 7782
      StackMap locals: net.bytebuddy.description.type.TypeDescription
      StackMap stack:
            aload 1 /* declaringType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getInnerClassCount:()I
            iconst_1
            iadd
         6: .line 7780
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // net.bytebuddy.description.type.TypeDescription declaringType
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            3    7     1  declaringType  Lnet/bytebuddy/description/type/TypeDescription;

  public boolean isInnerClass();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7789
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isStatic:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isNestedClass:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  public boolean isNestedClass();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7796
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  public net.bytebuddy.description.type.TypeDescription asBoxed();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7803
            aload 0 /* this */
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 2
         1: .line 7804
            ldc Ljava/lang/Boolean;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
         2: .line 7805
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 4
         3: .line 7806
            ldc Ljava/lang/Byte;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
         4: .line 7807
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Short.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 6
         5: .line 7808
            ldc Ljava/lang/Short;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
         6: .line 7809
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Character.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 8
         7: .line 7810
            ldc Ljava/lang/Character;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
         8: .line 7811
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 10
         9: .line 7812
            ldc Ljava/lang/Integer;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        10: .line 7813
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 12
        11: .line 7814
            ldc Ljava/lang/Long;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        12: .line 7815
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 14
        13: .line 7816
            ldc Ljava/lang/Float;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        14: .line 7817
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 16
        15: .line 7818
            ldc Ljava/lang/Double;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        16: .line 7820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  public net.bytebuddy.description.type.TypeDescription asUnboxed();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7828
            aload 0 /* this */
            ldc Ljava/lang/Boolean;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 2
         1: .line 7829
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
         2: .line 7830
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc Ljava/lang/Byte;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 4
         3: .line 7831
            getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
         4: .line 7832
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc Ljava/lang/Short;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 6
         5: .line 7833
            getstatic java.lang.Short.TYPE:Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
         6: .line 7834
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc Ljava/lang/Character;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 8
         7: .line 7835
            getstatic java.lang.Character.TYPE:Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
         8: .line 7836
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc Ljava/lang/Integer;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 10
         9: .line 7837
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        10: .line 7838
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc Ljava/lang/Long;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 12
        11: .line 7839
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        12: .line 7840
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc Ljava/lang/Float;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 14
        13: .line 7841
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        14: .line 7842
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc Ljava/lang/Double;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 16
        15: .line 7843
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        16: .line 7845
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  public java.lang.Object getDefaultValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7853
            aload 0 /* this */
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 2
         1: .line 7854
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         2: .line 7855
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 4
         3: .line 7856
            iconst_0
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            areturn
         4: .line 7857
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Short.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 6
         5: .line 7858
            iconst_0
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
            areturn
         6: .line 7859
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Character.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 8
         7: .line 7860
            iconst_0
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            areturn
         8: .line 7861
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 10
         9: .line 7862
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        10: .line 7863
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 12
        11: .line 7864
            lconst_0
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        12: .line 7865
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 14
        13: .line 7866
            fconst_0
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            areturn
        14: .line 7867
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 16
        15: .line 7868
            dconst_0
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
        16: .line 7870
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  public boolean isNestHost();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7878
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getNestHost:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  public boolean isNestMateOf(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
        start local 1 // java.lang.Class type
         0: .line 7885
            aload 0 /* this */
            aload 1 /* type */
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isNestMateOf:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ireturn
        end local 1 // java.lang.Class type
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            0    1     1  type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      type  

  public boolean isNestMateOf(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 7892
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getNestHost:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getNestHost:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public boolean isMemberType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7899
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isLocalType:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isAnonymousType:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;

  public java.util.Iterator<net.bytebuddy.description.type.TypeDefinition> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7906
            new net.bytebuddy.description.type.TypeDefinition$SuperClassIterator
            dup
            aload 0 /* this */
            invokespecial net.bytebuddy.description.type.TypeDefinition$SuperClassIterator.<init>:(Lnet/bytebuddy/description/type/TypeDefinition;)V
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
    Signature: ()Ljava/util/Iterator<Lnet/bytebuddy/description/type/TypeDefinition;>;

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

  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$AbstractBase this
        start local 1 // java.lang.Object other
         0: .line 7916
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 7917
            iconst_1
            ireturn
         2: .line 7918
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof net.bytebuddy.description.type.TypeDefinition
            ifne 4
         3: .line 7919
            iconst_0
            ireturn
         4: .line 7921
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast net.bytebuddy.description.type.TypeDefinition
            astore 2 /* typeDefinition */
        start local 2 // net.bytebuddy.description.type.TypeDefinition typeDefinition
         5: .line 7922
            aload 2 /* typeDefinition */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getSort:()Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            invokevirtual net.bytebuddy.description.type.TypeDefinition$Sort.isNonGeneric:()Z
            ifeq 6
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getName:()Ljava/lang/String;
            aload 2 /* typeDefinition */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
            iconst_1
            ireturn
      StackMap locals: net.bytebuddy.description.type.TypeDefinition
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // net.bytebuddy.description.type.TypeDefinition typeDefinition
        end local 1 // java.lang.Object other
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
            0    7     1           other  Ljava/lang/Object;
            5    7     2  typeDefinition  Lnet/bytebuddy/description/type/TypeDefinition;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
         0: .line 7927
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isPrimitive:()Z
            ifeq 1
            ldc ""
            goto 4
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase
      StackMap stack: new 0 new 0
         1: new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.isInterface:()Z
            ifeq 2
            ldc "interface"
            goto 3
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase
      StackMap stack: new 0 new 0 new 1 new 1
         2: ldc "class"
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase
      StackMap stack: new 0 new 0 new 1 new 1 java.lang.String
         3: invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
      StackMap locals: net.bytebuddy.description.type.TypeDescription$AbstractBase
      StackMap stack: new 0 new 0 java.lang.String
         4: invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.type.TypeDescription$AbstractBase.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lnet/bytebuddy/description/type/TypeDescription$AbstractBase;
}
SourceFile: "TypeDescription.java"
NestHost: net.bytebuddy.description.type.TypeDescription
InnerClasses:
  public abstract AbstractBase = net.bytebuddy.description.TypeVariableSource$AbstractBase of net.bytebuddy.description.TypeVariableSource
  public abstract Visitor = net.bytebuddy.description.TypeVariableSource$Visitor of net.bytebuddy.description.TypeVariableSource
  public Explicit = net.bytebuddy.description.annotation.AnnotationList$Explicit of net.bytebuddy.description.annotation.AnnotationList
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public final Sort = net.bytebuddy.description.type.TypeDefinition$Sort of net.bytebuddy.description.type.TypeDefinition
  public SuperClassIterator = net.bytebuddy.description.type.TypeDefinition$SuperClassIterator of net.bytebuddy.description.type.TypeDefinition
  public abstract AbstractBase = net.bytebuddy.description.type.TypeDescription$AbstractBase of net.bytebuddy.description.type.TypeDescription
  public abstract OfSimpleType = net.bytebuddy.description.type.TypeDescription$AbstractBase$OfSimpleType of net.bytebuddy.description.type.TypeDescription$AbstractBase
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract OfNonGenericType = net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType of net.bytebuddy.description.type.TypeDescription$Generic
  public ForErasure = net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForErasure of net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType
  public abstract Visitor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor of net.bytebuddy.description.type.TypeDescription$Generic
  public ForSignatureVisitor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor of net.bytebuddy.description.type.TypeDescription$Generic$Visitor
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList