public final class net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$Disabled extends java.lang.Enum<net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$Disabled> implements 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$Disabled
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$Disabled INSTANCE;
    descriptor: Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$Disabled;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$Disabled[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$Disabled;
    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 1364
            new net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$Disabled
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$Disabled.<init>:(Ljava/lang/String;I)V
         1: .line 1367
            putstatic net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$Disabled.INSTANCE:Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$Disabled;
         2: .line 1362
            iconst_1
            anewarray net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$Disabled
            dup
            iconst_0
            getstatic net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$Disabled.INSTANCE:Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$Disabled;
            aastore
            putstatic net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$Disabled.ENUM$VALUES:[Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$Disabled;
            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$Disabled this
         0: .line 1362
            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$Disabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$Disabled;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public boolean requiresExternalAttachment(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$Disabled this
        start local 1 // java.lang.String processId
         0: .line 1373
            iconst_0
            ireturn
        end local 1 // java.lang.String processId
        end local 0 // net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$Disabled this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$Disabled;
            0    1     1  processId  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      processId  

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