public final class net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple extends java.lang.Enum<net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple> implements net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple ENABLED;
    descriptor: Lnet/bytebuddy/agent/builder/AgentBuilder$FallbackStrategy$Simple;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple DISABLED;
    descriptor: Lnet/bytebuddy/agent/builder/AgentBuilder$FallbackStrategy$Simple;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final boolean enabled;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/agent/builder/AgentBuilder$FallbackStrategy$Simple;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 4001
            new net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple
            dup
            ldc "ENABLED"
            iconst_0
         1: .line 4004
            iconst_1
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple.<init>:(Ljava/lang/String;IZ)V
            putstatic net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple.ENABLED:Lnet/bytebuddy/agent/builder/AgentBuilder$FallbackStrategy$Simple;
         2: .line 4006
            new net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple
            dup
            ldc "DISABLED"
            iconst_1
         3: .line 4009
            iconst_0
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple.<init>:(Ljava/lang/String;IZ)V
            putstatic net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple.DISABLED:Lnet/bytebuddy/agent/builder/AgentBuilder$FallbackStrategy$Simple;
         4: .line 3999
            iconst_2
            anewarray net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple
            dup
            iconst_0
            getstatic net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple.ENABLED:Lnet/bytebuddy/agent/builder/AgentBuilder$FallbackStrategy$Simple;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple.DISABLED:Lnet/bytebuddy/agent/builder/AgentBuilder$FallbackStrategy$Simple;
            aastore
            putstatic net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple.ENUM$VALUES:[Lnet/bytebuddy/agent/builder/AgentBuilder$FallbackStrategy$Simple;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, boolean);
    descriptor: (Ljava/lang/String;IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple this
        start local 3 // boolean enabled
         0: .line 4021
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 4022
            aload 0 /* this */
            iload 3 /* enabled */
            putfield net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple.enabled:Z
         2: .line 4023
            return
        end local 3 // boolean enabled
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lnet/bytebuddy/agent/builder/AgentBuilder$FallbackStrategy$Simple;
            0    3     3  enabled  Z
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      enabled        

  public boolean isFallback(java.lang.Class<?>, java.lang.Throwable);
    descriptor: (Ljava/lang/Class;Ljava/lang/Throwable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.Throwable throwable
         0: .line 4029
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple.enabled:Z
            ireturn
        end local 2 // java.lang.Throwable throwable
        end local 1 // java.lang.Class type
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$FallbackStrategy$Simple this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lnet/bytebuddy/agent/builder/AgentBuilder$FallbackStrategy$Simple;
            0    1     1       type  Ljava/lang/Class<*>;
            0    1     2  throwable  Ljava/lang/Throwable;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Throwable;)Z
    MethodParameters:
           Name  Flags
      type       
      throwable  

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