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

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

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

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

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

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

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

  private static final org.objectweb.asm.util.CheckMethodAdapter$Method[] ENUM$VALUES;
    descriptor: [Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
    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 72
            new org.objectweb.asm.util.CheckMethodAdapter$Method
            dup
            ldc "VISIT_INSN"
            iconst_0
            invokespecial org.objectweb.asm.util.CheckMethodAdapter$Method.<init>:(Ljava/lang/String;I)V
            putstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
         1: .line 73
            new org.objectweb.asm.util.CheckMethodAdapter$Method
            dup
            ldc "VISIT_INT_INSN"
            iconst_1
            invokespecial org.objectweb.asm.util.CheckMethodAdapter$Method.<init>:(Ljava/lang/String;I)V
            putstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_INT_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
         2: .line 74
            new org.objectweb.asm.util.CheckMethodAdapter$Method
            dup
            ldc "VISIT_VAR_INSN"
            iconst_2
            invokespecial org.objectweb.asm.util.CheckMethodAdapter$Method.<init>:(Ljava/lang/String;I)V
            putstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_VAR_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
         3: .line 75
            new org.objectweb.asm.util.CheckMethodAdapter$Method
            dup
            ldc "VISIT_TYPE_INSN"
            iconst_3
            invokespecial org.objectweb.asm.util.CheckMethodAdapter$Method.<init>:(Ljava/lang/String;I)V
            putstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_TYPE_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
         4: .line 76
            new org.objectweb.asm.util.CheckMethodAdapter$Method
            dup
            ldc "VISIT_FIELD_INSN"
            iconst_4
            invokespecial org.objectweb.asm.util.CheckMethodAdapter$Method.<init>:(Ljava/lang/String;I)V
            putstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_FIELD_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
         5: .line 77
            new org.objectweb.asm.util.CheckMethodAdapter$Method
            dup
            ldc "VISIT_METHOD_INSN"
            iconst_5
            invokespecial org.objectweb.asm.util.CheckMethodAdapter$Method.<init>:(Ljava/lang/String;I)V
            putstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_METHOD_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
         6: .line 78
            new org.objectweb.asm.util.CheckMethodAdapter$Method
            dup
            ldc "VISIT_JUMP_INSN"
            bipush 6
            invokespecial org.objectweb.asm.util.CheckMethodAdapter$Method.<init>:(Ljava/lang/String;I)V
            putstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_JUMP_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
         7: .line 71
            bipush 7
            anewarray org.objectweb.asm.util.CheckMethodAdapter$Method
            dup
            iconst_0
            getstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
            aastore
            dup
            iconst_1
            getstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_INT_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
            aastore
            dup
            iconst_2
            getstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_VAR_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
            aastore
            dup
            iconst_3
            getstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_TYPE_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
            aastore
            dup
            iconst_4
            getstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_FIELD_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
            aastore
            dup
            iconst_5
            getstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_METHOD_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
            aastore
            dup
            bipush 6
            getstatic org.objectweb.asm.util.CheckMethodAdapter$Method.VISIT_JUMP_INSN:Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
            aastore
            putstatic org.objectweb.asm.util.CheckMethodAdapter$Method.ENUM$VALUES:[Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
            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.CheckMethodAdapter$Method this
         0: .line 71
            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.CheckMethodAdapter$Method this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/util/CheckMethodAdapter$Method;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

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