public final class io.netty.util.ResourceLeakDetector$Level extends java.lang.Enum<io.netty.util.ResourceLeakDetector$Level>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: io.netty.util.ResourceLeakDetector$Level
  super_class: java.lang.Enum
{
  public static final io.netty.util.ResourceLeakDetector$Level DISABLED;
    descriptor: Lio/netty/util/ResourceLeakDetector$Level;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    Signature: Lio/netty/util/ResourceLeakDetector$Level;

  public static final io.netty.util.ResourceLeakDetector$Level SIMPLE;
    descriptor: Lio/netty/util/ResourceLeakDetector$Level;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    Signature: Lio/netty/util/ResourceLeakDetector$Level;

  public static final io.netty.util.ResourceLeakDetector$Level ADVANCED;
    descriptor: Lio/netty/util/ResourceLeakDetector$Level;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    Signature: Lio/netty/util/ResourceLeakDetector$Level;

  public static final io.netty.util.ResourceLeakDetector$Level PARANOID;
    descriptor: Lio/netty/util/ResourceLeakDetector$Level;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    Signature: Lio/netty/util/ResourceLeakDetector$Level;

  private static final io.netty.util.ResourceLeakDetector$Level[] ENUM$VALUES;
    descriptor: [Lio/netty/util/ResourceLeakDetector$Level;
    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 55
            new io.netty.util.ResourceLeakDetector$Level
            dup
            ldc "DISABLED"
            iconst_0
            invokespecial io.netty.util.ResourceLeakDetector$Level.<init>:(Ljava/lang/String;I)V
         1: .line 58
            putstatic io.netty.util.ResourceLeakDetector$Level.DISABLED:Lio/netty/util/ResourceLeakDetector$Level;
         2: .line 59
            new io.netty.util.ResourceLeakDetector$Level
            dup
            ldc "SIMPLE"
            iconst_1
            invokespecial io.netty.util.ResourceLeakDetector$Level.<init>:(Ljava/lang/String;I)V
         3: .line 63
            putstatic io.netty.util.ResourceLeakDetector$Level.SIMPLE:Lio/netty/util/ResourceLeakDetector$Level;
         4: .line 64
            new io.netty.util.ResourceLeakDetector$Level
            dup
            ldc "ADVANCED"
            iconst_2
            invokespecial io.netty.util.ResourceLeakDetector$Level.<init>:(Ljava/lang/String;I)V
         5: .line 68
            putstatic io.netty.util.ResourceLeakDetector$Level.ADVANCED:Lio/netty/util/ResourceLeakDetector$Level;
         6: .line 69
            new io.netty.util.ResourceLeakDetector$Level
            dup
            ldc "PARANOID"
            iconst_3
            invokespecial io.netty.util.ResourceLeakDetector$Level.<init>:(Ljava/lang/String;I)V
         7: .line 73
            putstatic io.netty.util.ResourceLeakDetector$Level.PARANOID:Lio/netty/util/ResourceLeakDetector$Level;
         8: .line 54
            iconst_4
            anewarray io.netty.util.ResourceLeakDetector$Level
            dup
            iconst_0
            getstatic io.netty.util.ResourceLeakDetector$Level.DISABLED:Lio/netty/util/ResourceLeakDetector$Level;
            aastore
            dup
            iconst_1
            getstatic io.netty.util.ResourceLeakDetector$Level.SIMPLE:Lio/netty/util/ResourceLeakDetector$Level;
            aastore
            dup
            iconst_2
            getstatic io.netty.util.ResourceLeakDetector$Level.ADVANCED:Lio/netty/util/ResourceLeakDetector$Level;
            aastore
            dup
            iconst_3
            getstatic io.netty.util.ResourceLeakDetector$Level.PARANOID:Lio/netty/util/ResourceLeakDetector$Level;
            aastore
            putstatic io.netty.util.ResourceLeakDetector$Level.ENUM$VALUES:[Lio/netty/util/ResourceLeakDetector$Level;
            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 // io.netty.util.ResourceLeakDetector$Level this
         0: .line 54
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // io.netty.util.ResourceLeakDetector$Level this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/util/ResourceLeakDetector$Level;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  static io.netty.util.ResourceLeakDetector$Level parseLevel(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/netty/util/ResourceLeakDetector$Level;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // java.lang.String levelStr
         0: .line 82
            aload 0 /* levelStr */
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            astore 1 /* trimmedLevelStr */
        start local 1 // java.lang.String trimmedLevelStr
         1: .line 83
            invokestatic io.netty.util.ResourceLeakDetector$Level.values:()[Lio/netty/util/ResourceLeakDetector$Level;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 6
      StackMap locals: java.lang.String java.lang.String top int int io.netty.util.ResourceLeakDetector$Level[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* l */
        start local 2 // io.netty.util.ResourceLeakDetector$Level l
         3: .line 84
            aload 1 /* trimmedLevelStr */
            aload 2 /* l */
            invokevirtual io.netty.util.ResourceLeakDetector$Level.name:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 4
            aload 1 /* trimmedLevelStr */
            aload 2 /* l */
            invokevirtual io.netty.util.ResourceLeakDetector$Level.ordinal:()I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 85
      StackMap locals: java.lang.String java.lang.String io.netty.util.ResourceLeakDetector$Level int int io.netty.util.ResourceLeakDetector$Level[]
      StackMap stack:
            aload 2 /* l */
            areturn
        end local 2 // io.netty.util.ResourceLeakDetector$Level l
         5: .line 83
      StackMap locals: java.lang.String java.lang.String top int int io.netty.util.ResourceLeakDetector$Level[]
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 2
         7: .line 88
            getstatic io.netty.util.ResourceLeakDetector.DEFAULT_LEVEL:Lio/netty/util/ResourceLeakDetector$Level;
            areturn
        end local 1 // java.lang.String trimmedLevelStr
        end local 0 // java.lang.String levelStr
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0         levelStr  Ljava/lang/String;
            1    8     1  trimmedLevelStr  Ljava/lang/String;
            3    5     2                l  Lio/netty/util/ResourceLeakDetector$Level;
    Signature: (Ljava/lang/String;)Lio/netty/util/ResourceLeakDetector$Level;
    MethodParameters:
          Name  Flags
      levelStr  

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