final class org.objectweb.asm.util.CheckSignatureAdapter$State extends java.lang.Enum<org.objectweb.asm.util.CheckSignatureAdapter$State>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.objectweb.asm.util.CheckSignatureAdapter$State
  super_class: java.lang.Enum
{
  public static final org.objectweb.asm.util.CheckSignatureAdapter$State EMPTY;
    descriptor: Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.objectweb.asm.util.CheckSignatureAdapter$State FORMAL;
    descriptor: Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.objectweb.asm.util.CheckSignatureAdapter$State BOUND;
    descriptor: Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.objectweb.asm.util.CheckSignatureAdapter$State SUPER;
    descriptor: Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.objectweb.asm.util.CheckSignatureAdapter$State PARAM;
    descriptor: Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.objectweb.asm.util.CheckSignatureAdapter$State RETURN;
    descriptor: Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.objectweb.asm.util.CheckSignatureAdapter$State SIMPLE_TYPE;
    descriptor: Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.objectweb.asm.util.CheckSignatureAdapter$State CLASS_TYPE;
    descriptor: Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.objectweb.asm.util.CheckSignatureAdapter$State END;
    descriptor: Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final org.objectweb.asm.util.CheckSignatureAdapter$State[] ENUM$VALUES;
    descriptor: [Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
    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 90
            new org.objectweb.asm.util.CheckSignatureAdapter$State
            dup
            ldc "EMPTY"
            iconst_0
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter$State.<init>:(Ljava/lang/String;I)V
            putstatic org.objectweb.asm.util.CheckSignatureAdapter$State.EMPTY:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
         1: .line 91
            new org.objectweb.asm.util.CheckSignatureAdapter$State
            dup
            ldc "FORMAL"
            iconst_1
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter$State.<init>:(Ljava/lang/String;I)V
            putstatic org.objectweb.asm.util.CheckSignatureAdapter$State.FORMAL:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
         2: .line 92
            new org.objectweb.asm.util.CheckSignatureAdapter$State
            dup
            ldc "BOUND"
            iconst_2
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter$State.<init>:(Ljava/lang/String;I)V
            putstatic org.objectweb.asm.util.CheckSignatureAdapter$State.BOUND:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
         3: .line 93
            new org.objectweb.asm.util.CheckSignatureAdapter$State
            dup
            ldc "SUPER"
            iconst_3
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter$State.<init>:(Ljava/lang/String;I)V
            putstatic org.objectweb.asm.util.CheckSignatureAdapter$State.SUPER:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
         4: .line 94
            new org.objectweb.asm.util.CheckSignatureAdapter$State
            dup
            ldc "PARAM"
            iconst_4
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter$State.<init>:(Ljava/lang/String;I)V
            putstatic org.objectweb.asm.util.CheckSignatureAdapter$State.PARAM:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
         5: .line 95
            new org.objectweb.asm.util.CheckSignatureAdapter$State
            dup
            ldc "RETURN"
            iconst_5
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter$State.<init>:(Ljava/lang/String;I)V
            putstatic org.objectweb.asm.util.CheckSignatureAdapter$State.RETURN:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
         6: .line 96
            new org.objectweb.asm.util.CheckSignatureAdapter$State
            dup
            ldc "SIMPLE_TYPE"
            bipush 6
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter$State.<init>:(Ljava/lang/String;I)V
            putstatic org.objectweb.asm.util.CheckSignatureAdapter$State.SIMPLE_TYPE:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
         7: .line 97
            new org.objectweb.asm.util.CheckSignatureAdapter$State
            dup
            ldc "CLASS_TYPE"
            bipush 7
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter$State.<init>:(Ljava/lang/String;I)V
            putstatic org.objectweb.asm.util.CheckSignatureAdapter$State.CLASS_TYPE:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
         8: .line 98
            new org.objectweb.asm.util.CheckSignatureAdapter$State
            dup
            ldc "END"
            bipush 8
            invokespecial org.objectweb.asm.util.CheckSignatureAdapter$State.<init>:(Ljava/lang/String;I)V
            putstatic org.objectweb.asm.util.CheckSignatureAdapter$State.END:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
         9: .line 89
            bipush 9
            anewarray org.objectweb.asm.util.CheckSignatureAdapter$State
            dup
            iconst_0
            getstatic org.objectweb.asm.util.CheckSignatureAdapter$State.EMPTY:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
            aastore
            dup
            iconst_1
            getstatic org.objectweb.asm.util.CheckSignatureAdapter$State.FORMAL:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
            aastore
            dup
            iconst_2
            getstatic org.objectweb.asm.util.CheckSignatureAdapter$State.BOUND:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
            aastore
            dup
            iconst_3
            getstatic org.objectweb.asm.util.CheckSignatureAdapter$State.SUPER:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
            aastore
            dup
            iconst_4
            getstatic org.objectweb.asm.util.CheckSignatureAdapter$State.PARAM:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
            aastore
            dup
            iconst_5
            getstatic org.objectweb.asm.util.CheckSignatureAdapter$State.RETURN:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
            aastore
            dup
            bipush 6
            getstatic org.objectweb.asm.util.CheckSignatureAdapter$State.SIMPLE_TYPE:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
            aastore
            dup
            bipush 7
            getstatic org.objectweb.asm.util.CheckSignatureAdapter$State.CLASS_TYPE:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
            aastore
            dup
            bipush 8
            getstatic org.objectweb.asm.util.CheckSignatureAdapter$State.END:Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
            aastore
            putstatic org.objectweb.asm.util.CheckSignatureAdapter$State.ENUM$VALUES:[Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
            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 // org.objectweb.asm.util.CheckSignatureAdapter$State this
         0: .line 89
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // org.objectweb.asm.util.CheckSignatureAdapter$State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public static org.objectweb.asm.util.CheckSignatureAdapter$State[] values();
    descriptor: ()[Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic org.objectweb.asm.util.CheckSignatureAdapter$State.ENUM$VALUES:[Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray org.objectweb.asm.util.CheckSignatureAdapter$State
            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 org.objectweb.asm.util.CheckSignatureAdapter$State valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lorg/objectweb/asm/util/CheckSignatureAdapter$State;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast org.objectweb.asm.util.CheckSignatureAdapter$State
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lorg/objectweb/asm/util/CheckSignatureAdapter$State;>;
SourceFile: "CheckSignatureAdapter.java"
NestHost: org.objectweb.asm.util.CheckSignatureAdapter
InnerClasses:
  private final State = org.objectweb.asm.util.CheckSignatureAdapter$State of org.objectweb.asm.util.CheckSignatureAdapter