public final class net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction extends java.lang.Enum<net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction> implements java.security.PrivilegedAction<net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction INSTANCE;
    descriptor: Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final java.lang.String JDK_ALLOW_SELF_ATTACH;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "jdk.attach.allowAttachSelf"

  private static final net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction;
    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 1331
            new net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction.<init>:(Ljava/lang/String;I)V
         1: .line 1334
            putstatic net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction.INSTANCE:Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction;
            iconst_1
            anewarray net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction
            dup
            iconst_0
            getstatic net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction.INSTANCE:Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction;
            aastore
            putstatic net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction.ENUM$VALUES:[Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction;
         2: .line 1339
            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.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction this
         0: .line 1329
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator run();
    descriptor: ()Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction this
         0: .line 1344
            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.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction;
    RuntimeInvisibleAnnotations: 
      SuppressFBWarnings()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        SuppressFBWarnings()

  public static net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction[] values();
    descriptor: ()[Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction.ENUM$VALUES:[Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction
            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.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction.run:()Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction;>;Ljava/security/PrivilegedAction<Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator;>;
SourceFile: "ByteBuddyAgent.java"
NestHost: net.bytebuddy.agent.ByteBuddyAgent
InnerClasses:
  protected abstract AttachmentTypeEvaluator = net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator of net.bytebuddy.agent.ByteBuddyAgent
  public final InstallationAction = net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$InstallationAction of net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator