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

  public static final net.bytebuddy.description.type.TypeDefinition$Sort GENERIC_ARRAY;
    descriptor: Lnet/bytebuddy/description/type/TypeDefinition$Sort;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.description.type.TypeDefinition$Sort PARAMETERIZED;
    descriptor: Lnet/bytebuddy/description/type/TypeDefinition$Sort;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.description.type.TypeDefinition$Sort WILDCARD;
    descriptor: Lnet/bytebuddy/description/type/TypeDefinition$Sort;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.description.type.TypeDefinition$Sort VARIABLE;
    descriptor: Lnet/bytebuddy/description/type/TypeDefinition$Sort;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.description.type.TypeDefinition$Sort VARIABLE_SYMBOLIC;
    descriptor: Lnet/bytebuddy/description/type/TypeDefinition$Sort;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 167
            new net.bytebuddy.description.type.TypeDefinition$Sort
            dup
            ldc "NON_GENERIC"
            iconst_0
            invokespecial net.bytebuddy.description.type.TypeDefinition$Sort.<init>:(Ljava/lang/String;I)V
         1: .line 170
            putstatic net.bytebuddy.description.type.TypeDefinition$Sort.NON_GENERIC:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
         2: .line 172
            new net.bytebuddy.description.type.TypeDefinition$Sort
            dup
            ldc "GENERIC_ARRAY"
            iconst_1
            invokespecial net.bytebuddy.description.type.TypeDefinition$Sort.<init>:(Ljava/lang/String;I)V
         3: .line 175
            putstatic net.bytebuddy.description.type.TypeDefinition$Sort.GENERIC_ARRAY:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
         4: .line 177
            new net.bytebuddy.description.type.TypeDefinition$Sort
            dup
            ldc "PARAMETERIZED"
            iconst_2
            invokespecial net.bytebuddy.description.type.TypeDefinition$Sort.<init>:(Ljava/lang/String;I)V
         5: .line 180
            putstatic net.bytebuddy.description.type.TypeDefinition$Sort.PARAMETERIZED:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
         6: .line 182
            new net.bytebuddy.description.type.TypeDefinition$Sort
            dup
            ldc "WILDCARD"
            iconst_3
            invokespecial net.bytebuddy.description.type.TypeDefinition$Sort.<init>:(Ljava/lang/String;I)V
         7: .line 185
            putstatic net.bytebuddy.description.type.TypeDefinition$Sort.WILDCARD:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
         8: .line 187
            new net.bytebuddy.description.type.TypeDefinition$Sort
            dup
            ldc "VARIABLE"
            iconst_4
            invokespecial net.bytebuddy.description.type.TypeDefinition$Sort.<init>:(Ljava/lang/String;I)V
         9: .line 190
            putstatic net.bytebuddy.description.type.TypeDefinition$Sort.VARIABLE:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
        10: .line 192
            new net.bytebuddy.description.type.TypeDefinition$Sort
            dup
            ldc "VARIABLE_SYMBOLIC"
            iconst_5
            invokespecial net.bytebuddy.description.type.TypeDefinition$Sort.<init>:(Ljava/lang/String;I)V
        11: .line 196
            putstatic net.bytebuddy.description.type.TypeDefinition$Sort.VARIABLE_SYMBOLIC:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
        12: .line 165
            bipush 6
            anewarray net.bytebuddy.description.type.TypeDefinition$Sort
            dup
            iconst_0
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.NON_GENERIC:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.GENERIC_ARRAY:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            aastore
            dup
            iconst_2
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.PARAMETERIZED:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            aastore
            dup
            iconst_3
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.WILDCARD:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            aastore
            dup
            iconst_4
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.VARIABLE:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            aastore
            dup
            iconst_5
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.VARIABLE_SYMBOLIC:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            aastore
            putstatic net.bytebuddy.description.type.TypeDefinition$Sort.ENUM$VALUES:[Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.description.type.TypeDefinition$Sort this
         0: .line 165
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.description.type.TypeDefinition$Sort this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/type/TypeDefinition$Sort;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public static net.bytebuddy.description.type.TypeDescription$Generic describe(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.reflect.Type type
         0: .line 205
            aload 0 /* type */
            getstatic net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$NoOp.INSTANCE:Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader$NoOp;
            invokestatic net.bytebuddy.description.type.TypeDefinition$Sort.describe:(Ljava/lang/reflect/Type;Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
            areturn
        end local 0 // java.lang.reflect.Type type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  type  Ljava/lang/reflect/Type;
    MethodParameters:
      Name  Flags
      type  

  protected static net.bytebuddy.description.type.TypeDescription$Generic describe(java.lang.reflect.Type, net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader);
    descriptor: (Ljava/lang/reflect/Type;Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.lang.reflect.Type type
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader annotationReader
         0: .line 217
            aload 0 /* type */
            instanceof java.lang.Class
            ifeq 2
         1: .line 218
            new net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType
            dup
            aload 0 /* type */
            checkcast java.lang.Class
            aload 1 /* annotationReader */
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType.<init>:(Ljava/lang/Class;Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader;)V
            areturn
         2: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            instanceof java.lang.reflect.GenericArrayType
            ifeq 4
         3: .line 220
            new net.bytebuddy.description.type.TypeDescription$Generic$OfGenericArray$ForLoadedType
            dup
            aload 0 /* type */
            checkcast java.lang.reflect.GenericArrayType
            aload 1 /* annotationReader */
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$OfGenericArray$ForLoadedType.<init>:(Ljava/lang/reflect/GenericArrayType;Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader;)V
            areturn
         4: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            instanceof java.lang.reflect.ParameterizedType
            ifeq 6
         5: .line 222
            new net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$ForLoadedType
            dup
            aload 0 /* type */
            checkcast java.lang.reflect.ParameterizedType
            aload 1 /* annotationReader */
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$ForLoadedType.<init>:(Ljava/lang/reflect/ParameterizedType;Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader;)V
            areturn
         6: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            instanceof java.lang.reflect.TypeVariable
            ifeq 8
         7: .line 224
            new net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable$ForLoadedType
            dup
            aload 0 /* type */
            checkcast java.lang.reflect.TypeVariable
            aload 1 /* annotationReader */
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable$ForLoadedType.<init>:(Ljava/lang/reflect/TypeVariable;Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader;)V
            areturn
         8: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            instanceof java.lang.reflect.WildcardType
            ifeq 10
         9: .line 226
            new net.bytebuddy.description.type.TypeDescription$Generic$OfWildcardType$ForLoadedType
            dup
            aload 0 /* type */
            checkcast java.lang.reflect.WildcardType
            aload 1 /* annotationReader */
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$OfWildcardType$ForLoadedType.<init>:(Ljava/lang/reflect/WildcardType;Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader;)V
            areturn
        10: .line 228
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* type */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader annotationReader
        end local 0 // java.lang.reflect.Type type
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0              type  Ljava/lang/reflect/Type;
            0   11     1  annotationReader  Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader;
    MethodParameters:
                  Name  Flags
      type              
      annotationReader  

  public boolean isNonGeneric();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDefinition$Sort this
         0: .line 238
            aload 0 /* this */
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.NON_GENERIC:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDefinition$Sort this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/description/type/TypeDefinition$Sort;

  public boolean isParameterized();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDefinition$Sort this
         0: .line 247
            aload 0 /* this */
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.PARAMETERIZED:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDefinition$Sort this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/description/type/TypeDefinition$Sort;

  public boolean isGenericArray();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDefinition$Sort this
         0: .line 256
            aload 0 /* this */
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.GENERIC_ARRAY:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDefinition$Sort this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/description/type/TypeDefinition$Sort;

  public boolean isWildcard();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDefinition$Sort this
         0: .line 265
            aload 0 /* this */
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.WILDCARD:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDefinition$Sort this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/description/type/TypeDefinition$Sort;

  public boolean isTypeVariable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDefinition$Sort this
         0: .line 274
            aload 0 /* this */
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.VARIABLE:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            if_acmpeq 1
            aload 0 /* this */
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.VARIABLE_SYMBOLIC:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            if_acmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // net.bytebuddy.description.type.TypeDefinition$Sort this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/description/type/TypeDefinition$Sort;

  public static net.bytebuddy.description.type.TypeDefinition$Sort[] values();
    descriptor: ()[Lnet/bytebuddy/description/type/TypeDefinition$Sort;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.ENUM$VALUES:[Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.description.type.TypeDefinition$Sort
            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.description.type.TypeDefinition$Sort valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/description/type/TypeDefinition$Sort;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.description.type.TypeDefinition$Sort
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/description/type/TypeDefinition$Sort;>;
SourceFile: "TypeDefinition.java"
NestHost: net.bytebuddy.description.type.TypeDefinition
InnerClasses:
  public final Sort = net.bytebuddy.description.type.TypeDefinition$Sort of net.bytebuddy.description.type.TypeDefinition
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract AnnotationReader = net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader of net.bytebuddy.description.type.TypeDescription$Generic
  public final NoOp = net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$NoOp of net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader
  public abstract OfGenericArray = net.bytebuddy.description.type.TypeDescription$Generic$OfGenericArray of net.bytebuddy.description.type.TypeDescription$Generic
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$Generic$OfGenericArray$ForLoadedType of net.bytebuddy.description.type.TypeDescription$Generic$OfGenericArray
  public abstract OfNonGenericType = net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType of net.bytebuddy.description.type.TypeDescription$Generic
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType of net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType
  public abstract OfParameterizedType = net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType of net.bytebuddy.description.type.TypeDescription$Generic
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$ForLoadedType of net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType
  public abstract OfTypeVariable = net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable of net.bytebuddy.description.type.TypeDescription$Generic
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable$ForLoadedType of net.bytebuddy.description.type.TypeDescription$Generic$OfTypeVariable
  public abstract OfWildcardType = net.bytebuddy.description.type.TypeDescription$Generic$OfWildcardType of net.bytebuddy.description.type.TypeDescription$Generic
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$Generic$OfWildcardType$ForLoadedType of net.bytebuddy.description.type.TypeDescription$Generic$OfWildcardType