public final class net.bytebuddy.utility.JavaType extends java.lang.Enum<net.bytebuddy.utility.JavaType>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.utility.JavaType
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.utility.JavaType CONSTABLE;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType TYPE_DESCRIPTOR;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType TYPE_DESCRIPTOR_OF_FIELD;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType TYPE_DESCRIPTOR_OF_METHOD;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType CONSTANT_DESCRIPTION;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType DYNAMIC_CONSTANT_DESCRIPTION;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType CLASS_DESCRIPTION;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType METHOD_TYPE_DESCRIPTION;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType METHOD_HANDLE_DESCRIPTION;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType DIRECT_METHOD_HANDLE_DESCRIPTION;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType METHOD_HANDLE;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType METHOD_HANDLES;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType METHOD_TYPE;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType METHOD_HANDLES_LOOKUP;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType CALL_SITE;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType VAR_HANDLE;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType PARAMETER;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType EXECUTABLE;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.utility.JavaType MODULE;
    descriptor: Lnet/bytebuddy/utility/JavaType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final net.bytebuddy.description.type.TypeDescription typeDescription;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final net.bytebuddy.utility.JavaType[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/utility/JavaType;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=11, locals=0, args_size=0
         0: .line 33
            new net.bytebuddy.utility.JavaType
            dup
            ldc "CONSTABLE"
            iconst_0
         1: .line 36
            ldc "java.lang.constant.Constable"
            sipush 1537
            getstatic net.bytebuddy.description.type.TypeDescription.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription;
            iconst_0
            anewarray net.bytebuddy.description.type.TypeDefinition
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDefinition;[Lnet/bytebuddy/description/type/TypeDefinition;)V
            putstatic net.bytebuddy.utility.JavaType.CONSTABLE:Lnet/bytebuddy/utility/JavaType;
         2: .line 38
            new net.bytebuddy.utility.JavaType
            dup
            ldc "TYPE_DESCRIPTOR"
            iconst_1
         3: .line 41
            ldc "java.lang.invoke.TypeDescriptor"
            sipush 1537
            getstatic net.bytebuddy.description.type.TypeDescription.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription;
            iconst_0
            anewarray net.bytebuddy.description.type.TypeDefinition
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDefinition;[Lnet/bytebuddy/description/type/TypeDefinition;)V
            putstatic net.bytebuddy.utility.JavaType.TYPE_DESCRIPTOR:Lnet/bytebuddy/utility/JavaType;
         4: .line 43
            new net.bytebuddy.utility.JavaType
            dup
            ldc "TYPE_DESCRIPTOR_OF_FIELD"
            iconst_2
         5: .line 46
            ldc "java.lang.invoke.TypeDescriptor$OfField"
         6: .line 47
            sipush 1537
         7: .line 48
            getstatic net.bytebuddy.description.type.TypeDescription.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription;
            iconst_1
            anewarray net.bytebuddy.description.type.TypeDefinition
            dup
            iconst_0
         8: .line 49
            getstatic net.bytebuddy.utility.JavaType.TYPE_DESCRIPTOR:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aastore
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDefinition;[Lnet/bytebuddy/description/type/TypeDefinition;)V
         9: .line 46
            putstatic net.bytebuddy.utility.JavaType.TYPE_DESCRIPTOR_OF_FIELD:Lnet/bytebuddy/utility/JavaType;
        10: .line 51
            new net.bytebuddy.utility.JavaType
            dup
            ldc "TYPE_DESCRIPTOR_OF_METHOD"
            iconst_3
        11: .line 54
            ldc "java.lang.invoke.TypeDescriptor$OfMethod"
        12: .line 55
            sipush 1537
        13: .line 56
            getstatic net.bytebuddy.description.type.TypeDescription.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription;
            iconst_1
            anewarray net.bytebuddy.description.type.TypeDefinition
            dup
            iconst_0
        14: .line 57
            getstatic net.bytebuddy.utility.JavaType.TYPE_DESCRIPTOR:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aastore
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDefinition;[Lnet/bytebuddy/description/type/TypeDefinition;)V
        15: .line 54
            putstatic net.bytebuddy.utility.JavaType.TYPE_DESCRIPTOR_OF_METHOD:Lnet/bytebuddy/utility/JavaType;
        16: .line 59
            new net.bytebuddy.utility.JavaType
            dup
            ldc "CONSTANT_DESCRIPTION"
            iconst_4
        17: .line 62
            ldc "java.lang.constant.ConstantDesc"
            sipush 1537
            getstatic net.bytebuddy.description.type.TypeDescription.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription;
            iconst_0
            anewarray net.bytebuddy.description.type.TypeDefinition
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDefinition;[Lnet/bytebuddy/description/type/TypeDefinition;)V
            putstatic net.bytebuddy.utility.JavaType.CONSTANT_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
        18: .line 64
            new net.bytebuddy.utility.JavaType
            dup
            ldc "DYNAMIC_CONSTANT_DESCRIPTION"
            iconst_5
        19: .line 67
            ldc "java.lang.constant.DynamicConstantDesc"
        20: .line 68
            sipush 1025
        21: .line 69
            getstatic net.bytebuddy.description.type.TypeDescription.OBJECT:Lnet/bytebuddy/description/type/TypeDescription;
            iconst_1
            anewarray net.bytebuddy.description.type.TypeDefinition
            dup
            iconst_0
        22: .line 70
            getstatic net.bytebuddy.utility.JavaType.CONSTANT_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aastore
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDefinition;[Lnet/bytebuddy/description/type/TypeDefinition;)V
        23: .line 67
            putstatic net.bytebuddy.utility.JavaType.DYNAMIC_CONSTANT_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
        24: .line 72
            new net.bytebuddy.utility.JavaType
            dup
            ldc "CLASS_DESCRIPTION"
            bipush 6
        25: .line 75
            ldc "java.lang.constant.ClassDesc"
        26: .line 76
            sipush 1537
        27: .line 77
            getstatic net.bytebuddy.description.type.TypeDescription.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription;
            iconst_2
            anewarray net.bytebuddy.description.type.TypeDefinition
            dup
            iconst_0
        28: .line 78
            getstatic net.bytebuddy.utility.JavaType.CONSTANT_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aastore
            dup
            iconst_1
        29: .line 79
            getstatic net.bytebuddy.utility.JavaType.TYPE_DESCRIPTOR_OF_FIELD:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aastore
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDefinition;[Lnet/bytebuddy/description/type/TypeDefinition;)V
        30: .line 75
            putstatic net.bytebuddy.utility.JavaType.CLASS_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
        31: .line 81
            new net.bytebuddy.utility.JavaType
            dup
            ldc "METHOD_TYPE_DESCRIPTION"
            bipush 7
        32: .line 84
            ldc "java.lang.constant.MethodTypeDesc"
        33: .line 85
            sipush 1537
        34: .line 86
            getstatic net.bytebuddy.description.type.TypeDescription.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription;
            iconst_2
            anewarray net.bytebuddy.description.type.TypeDefinition
            dup
            iconst_0
        35: .line 87
            getstatic net.bytebuddy.utility.JavaType.CONSTANT_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aastore
            dup
            iconst_1
        36: .line 88
            getstatic net.bytebuddy.utility.JavaType.TYPE_DESCRIPTOR_OF_METHOD:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aastore
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDefinition;[Lnet/bytebuddy/description/type/TypeDefinition;)V
        37: .line 84
            putstatic net.bytebuddy.utility.JavaType.METHOD_TYPE_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
        38: .line 90
            new net.bytebuddy.utility.JavaType
            dup
            ldc "METHOD_HANDLE_DESCRIPTION"
            bipush 8
        39: .line 93
            ldc "java.lang.constant.MethodHandleDesc"
        40: .line 94
            sipush 1537
        41: .line 95
            getstatic net.bytebuddy.description.type.TypeDescription.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription;
            iconst_1
            anewarray net.bytebuddy.description.type.TypeDefinition
            dup
            iconst_0
        42: .line 96
            getstatic net.bytebuddy.utility.JavaType.CONSTANT_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aastore
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDefinition;[Lnet/bytebuddy/description/type/TypeDefinition;)V
        43: .line 93
            putstatic net.bytebuddy.utility.JavaType.METHOD_HANDLE_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
        44: .line 98
            new net.bytebuddy.utility.JavaType
            dup
            ldc "DIRECT_METHOD_HANDLE_DESCRIPTION"
            bipush 9
        45: .line 101
            ldc "java.lang.constant.DirectMethodHandleDesc"
        46: .line 102
            sipush 1537
        47: .line 103
            getstatic net.bytebuddy.description.type.TypeDescription.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription;
            iconst_1
            anewarray net.bytebuddy.description.type.TypeDefinition
            dup
            iconst_0
        48: .line 104
            getstatic net.bytebuddy.utility.JavaType.METHOD_HANDLE_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aastore
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDefinition;[Lnet/bytebuddy/description/type/TypeDefinition;)V
        49: .line 101
            putstatic net.bytebuddy.utility.JavaType.DIRECT_METHOD_HANDLE_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
        50: .line 106
            new net.bytebuddy.utility.JavaType
            dup
            ldc "METHOD_HANDLE"
            bipush 10
        51: .line 109
            ldc "java.lang.invoke.MethodHandle"
            sipush 1025
            getstatic net.bytebuddy.description.type.TypeDescription.OBJECT:Lnet/bytebuddy/description/type/TypeDescription;
            iconst_1
            anewarray net.bytebuddy.description.type.TypeDefinition
            dup
            iconst_0
            getstatic net.bytebuddy.utility.JavaType.CONSTABLE:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aastore
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDefinition;[Lnet/bytebuddy/description/type/TypeDefinition;)V
            putstatic net.bytebuddy.utility.JavaType.METHOD_HANDLE:Lnet/bytebuddy/utility/JavaType;
        52: .line 111
            new net.bytebuddy.utility.JavaType
            dup
            ldc "METHOD_HANDLES"
            bipush 11
        53: .line 114
            ldc "java.lang.invoke.MethodHandles"
            iconst_1
            ldc Ljava/lang/Object;
            iconst_0
            anewarray java.lang.reflect.Type
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILjava/lang/reflect/Type;[Ljava/lang/reflect/Type;)V
            putstatic net.bytebuddy.utility.JavaType.METHOD_HANDLES:Lnet/bytebuddy/utility/JavaType;
        54: .line 116
            new net.bytebuddy.utility.JavaType
            dup
            ldc "METHOD_TYPE"
            bipush 12
        55: .line 119
            ldc "java.lang.invoke.MethodType"
        56: .line 120
            bipush 17
        57: .line 121
            getstatic net.bytebuddy.description.type.TypeDescription.OBJECT:Lnet/bytebuddy/description/type/TypeDescription;
            iconst_3
            anewarray net.bytebuddy.description.type.TypeDefinition
            dup
            iconst_0
        58: .line 122
            getstatic net.bytebuddy.utility.JavaType.CONSTABLE:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aastore
            dup
            iconst_1
        59: .line 123
            getstatic net.bytebuddy.utility.JavaType.TYPE_DESCRIPTOR_OF_METHOD:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aastore
            dup
            iconst_2
        60: .line 124
            ldc Ljava/io/Serializable;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            aastore
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDefinition;[Lnet/bytebuddy/description/type/TypeDefinition;)V
        61: .line 119
            putstatic net.bytebuddy.utility.JavaType.METHOD_TYPE:Lnet/bytebuddy/utility/JavaType;
        62: .line 126
            new net.bytebuddy.utility.JavaType
            dup
            ldc "METHOD_HANDLES_LOOKUP"
            bipush 13
        63: .line 129
            ldc "java.lang.invoke.MethodHandles$Lookup"
            bipush 25
            ldc Ljava/lang/Object;
            iconst_0
            anewarray java.lang.reflect.Type
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILjava/lang/reflect/Type;[Ljava/lang/reflect/Type;)V
            putstatic net.bytebuddy.utility.JavaType.METHOD_HANDLES_LOOKUP:Lnet/bytebuddy/utility/JavaType;
        64: .line 131
            new net.bytebuddy.utility.JavaType
            dup
            ldc "CALL_SITE"
            bipush 14
        65: .line 134
            ldc "java.lang.invoke.CallSite"
            sipush 1025
            ldc Ljava/lang/Object;
            iconst_0
            anewarray java.lang.reflect.Type
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILjava/lang/reflect/Type;[Ljava/lang/reflect/Type;)V
            putstatic net.bytebuddy.utility.JavaType.CALL_SITE:Lnet/bytebuddy/utility/JavaType;
        66: .line 136
            new net.bytebuddy.utility.JavaType
            dup
            ldc "VAR_HANDLE"
            bipush 15
        67: .line 139
            ldc "java.lang.invoke.VarHandle"
            sipush 1025
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.OBJECT:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            iconst_1
            anewarray net.bytebuddy.description.type.TypeDefinition
            dup
            iconst_0
            getstatic net.bytebuddy.utility.JavaType.CONSTABLE:Lnet/bytebuddy/utility/JavaType;
            invokevirtual net.bytebuddy.utility.JavaType.getTypeStub:()Lnet/bytebuddy/description/type/TypeDescription;
            aastore
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDefinition;[Lnet/bytebuddy/description/type/TypeDefinition;)V
            putstatic net.bytebuddy.utility.JavaType.VAR_HANDLE:Lnet/bytebuddy/utility/JavaType;
        68: .line 141
            new net.bytebuddy.utility.JavaType
            dup
            ldc "PARAMETER"
            bipush 16
        69: .line 144
            ldc "java.lang.reflect.Parameter"
            bipush 17
            ldc Ljava/lang/Object;
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Ljava/lang/reflect/AnnotatedElement;
            aastore
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILjava/lang/reflect/Type;[Ljava/lang/reflect/Type;)V
            putstatic net.bytebuddy.utility.JavaType.PARAMETER:Lnet/bytebuddy/utility/JavaType;
        70: .line 146
            new net.bytebuddy.utility.JavaType
            dup
            ldc "EXECUTABLE"
            bipush 17
        71: .line 149
            ldc "java.lang.reflect.Executable"
            sipush 1025
            ldc Ljava/lang/reflect/AccessibleObject;
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Ljava/lang/reflect/Member;
            aastore
            dup
            iconst_1
            ldc Ljava/lang/reflect/GenericDeclaration;
            aastore
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILjava/lang/reflect/Type;[Ljava/lang/reflect/Type;)V
            putstatic net.bytebuddy.utility.JavaType.EXECUTABLE:Lnet/bytebuddy/utility/JavaType;
        72: .line 151
            new net.bytebuddy.utility.JavaType
            dup
            ldc "MODULE"
            bipush 18
        73: .line 154
            ldc "java.lang.Module"
            bipush 17
            ldc Ljava/lang/Object;
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Ljava/lang/reflect/AnnotatedElement;
            aastore
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILjava/lang/reflect/Type;[Ljava/lang/reflect/Type;)V
            putstatic net.bytebuddy.utility.JavaType.MODULE:Lnet/bytebuddy/utility/JavaType;
        74: .line 31
            bipush 19
            anewarray net.bytebuddy.utility.JavaType
            dup
            iconst_0
            getstatic net.bytebuddy.utility.JavaType.CONSTABLE:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.utility.JavaType.TYPE_DESCRIPTOR:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            iconst_2
            getstatic net.bytebuddy.utility.JavaType.TYPE_DESCRIPTOR_OF_FIELD:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            iconst_3
            getstatic net.bytebuddy.utility.JavaType.TYPE_DESCRIPTOR_OF_METHOD:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            iconst_4
            getstatic net.bytebuddy.utility.JavaType.CONSTANT_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            iconst_5
            getstatic net.bytebuddy.utility.JavaType.DYNAMIC_CONSTANT_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            bipush 6
            getstatic net.bytebuddy.utility.JavaType.CLASS_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            bipush 7
            getstatic net.bytebuddy.utility.JavaType.METHOD_TYPE_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            bipush 8
            getstatic net.bytebuddy.utility.JavaType.METHOD_HANDLE_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            bipush 9
            getstatic net.bytebuddy.utility.JavaType.DIRECT_METHOD_HANDLE_DESCRIPTION:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            bipush 10
            getstatic net.bytebuddy.utility.JavaType.METHOD_HANDLE:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            bipush 11
            getstatic net.bytebuddy.utility.JavaType.METHOD_HANDLES:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            bipush 12
            getstatic net.bytebuddy.utility.JavaType.METHOD_TYPE:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            bipush 13
            getstatic net.bytebuddy.utility.JavaType.METHOD_HANDLES_LOOKUP:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            bipush 14
            getstatic net.bytebuddy.utility.JavaType.CALL_SITE:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            bipush 15
            getstatic net.bytebuddy.utility.JavaType.VAR_HANDLE:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            bipush 16
            getstatic net.bytebuddy.utility.JavaType.PARAMETER:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            bipush 17
            getstatic net.bytebuddy.utility.JavaType.EXECUTABLE:Lnet/bytebuddy/utility/JavaType;
            aastore
            dup
            bipush 18
            getstatic net.bytebuddy.utility.JavaType.MODULE:Lnet/bytebuddy/utility/JavaType;
            aastore
            putstatic net.bytebuddy.utility.JavaType.ENUM$VALUES:[Lnet/bytebuddy/utility/JavaType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, java.lang.String, int, java.lang.reflect.Type, java.lang.reflect.Type[]);
    descriptor: (Ljava/lang/String;ILjava/lang/String;ILjava/lang/reflect/Type;[Ljava/lang/reflect/Type;)V
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=9, locals=7, args_size=7
        start local 0 // net.bytebuddy.utility.JavaType this
        start local 3 // java.lang.String typeName
        start local 4 // int modifiers
        start local 5 // java.lang.reflect.Type superClass
        start local 6 // java.lang.reflect.Type[] anInterface
         0: .line 170
            aload 0 /* this */
            aload 1
            iload 2
            aload 3 /* typeName */
            iload 4 /* modifiers */
            aload 5 /* superClass */
            ifnonnull 2
         1: .line 171
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            goto 3
         2: .line 172
      StackMap locals: uninitialized-this java.lang.String int java.lang.String int java.lang.reflect.Type java.lang.reflect.Type[]
      StackMap stack: uninitialized-this java.lang.String int java.lang.String int
            aload 5 /* superClass */
            invokestatic net.bytebuddy.description.type.TypeDefinition$Sort.describe:(Ljava/lang/reflect/Type;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
      StackMap locals: uninitialized-this java.lang.String int java.lang.String int java.lang.reflect.Type java.lang.reflect.Type[]
      StackMap stack: uninitialized-this java.lang.String int java.lang.String int net.bytebuddy.description.type.TypeDescription$Generic
         3: new net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes
            dup
            aload 6 /* anInterface */
            invokespecial net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes.<init>:([Ljava/lang/reflect/Type;)V
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeList$Generic;)V
         4: .line 173
            return
        end local 6 // java.lang.reflect.Type[] anInterface
        end local 5 // java.lang.reflect.Type superClass
        end local 4 // int modifiers
        end local 3 // java.lang.String typeName
        end local 0 // net.bytebuddy.utility.JavaType this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lnet/bytebuddy/utility/JavaType;
            0    5     3     typeName  Ljava/lang/String;
            0    5     4    modifiers  I
            0    5     5   superClass  Ljava/lang/reflect/Type;
            0    5     6  anInterface  [Ljava/lang/reflect/Type;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      typeName       
      modifiers      
      superClass     
      anInterface    

  private void <init>(java.lang.String, int, java.lang.String, int, net.bytebuddy.description.type.TypeDefinition, net.bytebuddy.description.type.TypeDefinition[]);
    descriptor: (Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDefinition;[Lnet/bytebuddy/description/type/TypeDefinition;)V
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=9, locals=7, args_size=7
        start local 0 // net.bytebuddy.utility.JavaType this
        start local 3 // java.lang.String typeName
        start local 4 // int modifiers
        start local 5 // net.bytebuddy.description.type.TypeDefinition superClass
        start local 6 // net.bytebuddy.description.type.TypeDefinition[] anInterface
         0: .line 184
            aload 0 /* this */
            aload 1
            iload 2
            aload 3 /* typeName */
            iload 4 /* modifiers */
            aload 5 /* superClass */
            ifnonnull 2
         1: .line 185
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            goto 3
         2: .line 186
      StackMap locals: uninitialized-this java.lang.String int java.lang.String int net.bytebuddy.description.type.TypeDefinition net.bytebuddy.description.type.TypeDefinition[]
      StackMap stack: uninitialized-this java.lang.String int java.lang.String int
            aload 5 /* superClass */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
      StackMap locals: uninitialized-this java.lang.String int java.lang.String int net.bytebuddy.description.type.TypeDefinition net.bytebuddy.description.type.TypeDefinition[]
      StackMap stack: uninitialized-this java.lang.String int java.lang.String int net.bytebuddy.description.type.TypeDescription$Generic
         3: new net.bytebuddy.description.type.TypeList$Generic$Explicit
            dup
            aload 6 /* anInterface */
            invokespecial net.bytebuddy.description.type.TypeList$Generic$Explicit.<init>:([Lnet/bytebuddy/description/type/TypeDefinition;)V
            invokespecial net.bytebuddy.utility.JavaType.<init>:(Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeList$Generic;)V
         4: .line 187
            return
        end local 6 // net.bytebuddy.description.type.TypeDefinition[] anInterface
        end local 5 // net.bytebuddy.description.type.TypeDefinition superClass
        end local 4 // int modifiers
        end local 3 // java.lang.String typeName
        end local 0 // net.bytebuddy.utility.JavaType this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lnet/bytebuddy/utility/JavaType;
            0    5     3     typeName  Ljava/lang/String;
            0    5     4    modifiers  I
            0    5     5   superClass  Lnet/bytebuddy/description/type/TypeDefinition;
            0    5     6  anInterface  [Lnet/bytebuddy/description/type/TypeDefinition;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      typeName       
      modifiers      
      superClass     
      anInterface    

  private void <init>(java.lang.String, int, java.lang.String, int, net.bytebuddy.description.type.TypeDescription$Generic, net.bytebuddy.description.type.TypeList$Generic);
    descriptor: (Ljava/lang/String;ILjava/lang/String;ILnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeList$Generic;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // net.bytebuddy.utility.JavaType this
        start local 3 // java.lang.String typeName
        start local 4 // int modifiers
        start local 5 // net.bytebuddy.description.type.TypeDescription$Generic superClass
        start local 6 // net.bytebuddy.description.type.TypeList$Generic interfaces
         0: .line 197
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 198
            aload 0 /* this */
            new net.bytebuddy.description.type.TypeDescription$Latent
            dup
            aload 3 /* typeName */
            iload 4 /* modifiers */
            aload 5 /* superClass */
            aload 6 /* interfaces */
            invokespecial net.bytebuddy.description.type.TypeDescription$Latent.<init>:(Ljava/lang/String;ILnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;)V
            putfield net.bytebuddy.utility.JavaType.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 199
            return
        end local 6 // net.bytebuddy.description.type.TypeList$Generic interfaces
        end local 5 // net.bytebuddy.description.type.TypeDescription$Generic superClass
        end local 4 // int modifiers
        end local 3 // java.lang.String typeName
        end local 0 // net.bytebuddy.utility.JavaType this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/utility/JavaType;
            0    3     3    typeName  Ljava/lang/String;
            0    3     4   modifiers  I
            0    3     5  superClass  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    3     6  interfaces  Lnet/bytebuddy/description/type/TypeList$Generic;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      typeName       
      modifiers      
      superClass     
      interfaces     

  public net.bytebuddy.description.type.TypeDescription getTypeStub();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.utility.JavaType this
         0: .line 208
            aload 0 /* this */
            getfield net.bytebuddy.utility.JavaType.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        end local 0 // net.bytebuddy.utility.JavaType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/utility/JavaType;

  public java.lang.Class<?> load();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.utility.JavaType this
         0: .line 219
            aload 0 /* this */
            getfield net.bytebuddy.utility.JavaType.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getName:()Ljava/lang/String;
            iconst_0
            getstatic net.bytebuddy.dynamic.loading.ClassLoadingStrategy.BOOTSTRAP_LOADER:Ljava/lang/ClassLoader;
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            areturn
        end local 0 // net.bytebuddy.utility.JavaType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/utility/JavaType;
    Exceptions:
      throws java.lang.ClassNotFoundException
    Signature: ()Ljava/lang/Class<*>;
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.CachedReturnPlugin$Enhance()

  public net.bytebuddy.description.type.TypeDescription loadAsDescription();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.utility.JavaType this
         0: .line 229
            aload 0 /* this */
            invokevirtual net.bytebuddy.utility.JavaType.load:()Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        end local 0 // net.bytebuddy.utility.JavaType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/utility/JavaType;
    Exceptions:
      throws java.lang.ClassNotFoundException

  public boolean isAvailable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.utility.JavaType this
         0: .line 240
            aload 0 /* this */
            invokevirtual net.bytebuddy.utility.JavaType.load:()Ljava/lang/Class;
            pop
         1: .line 241
            iconst_1
            ireturn
         2: .line 242
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            pop
         3: .line 243
            iconst_0
            ireturn
        end local 0 // net.bytebuddy.utility.JavaType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/bytebuddy/utility/JavaType;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ClassNotFoundException
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.CachedReturnPlugin$Enhance()

  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.utility.JavaType this
        start local 1 // java.lang.Object instance
         0: .line 254
            aload 0 /* this */
            invokevirtual net.bytebuddy.utility.JavaType.isAvailable:()Z
            ifne 2
         1: .line 255
            iconst_0
            ireturn
         2: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.bytebuddy.utility.JavaType.load:()Ljava/lang/Class;
            aload 1 /* instance */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
         3: ireturn
         4: .line 259
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            pop
         5: .line 260
            iconst_0
            ireturn
        end local 1 // java.lang.Object instance
        end local 0 // net.bytebuddy.utility.JavaType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lnet/bytebuddy/utility/JavaType;
            0    6     1  instance  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.ClassNotFoundException
    MethodParameters:
          Name  Flags
      instance  

  public static net.bytebuddy.utility.JavaType[] values();
    descriptor: ()[Lnet/bytebuddy/utility/JavaType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.utility.JavaType.ENUM$VALUES:[Lnet/bytebuddy/utility/JavaType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.utility.JavaType
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.utility.JavaType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/utility/JavaType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/utility/JavaType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.utility.JavaType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/utility/JavaType;>;
SourceFile: "JavaType.java"
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.CachedReturnPlugin$Enhance of net.bytebuddy.build.CachedReturnPlugin
  public final Sort = net.bytebuddy.description.type.TypeDefinition$Sort of net.bytebuddy.description.type.TypeDefinition
  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 Latent = net.bytebuddy.description.type.TypeDescription$Latent of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public Explicit = net.bytebuddy.description.type.TypeList$Generic$Explicit of net.bytebuddy.description.type.TypeList$Generic
  public ForLoadedTypes = net.bytebuddy.description.type.TypeList$Generic$ForLoadedTypes of net.bytebuddy.description.type.TypeList$Generic