public final class io.netty.handler.codec.socks.SocksSubnegotiationVersion extends java.lang.Enum<io.netty.handler.codec.socks.SocksSubnegotiationVersion>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: io.netty.handler.codec.socks.SocksSubnegotiationVersion
  super_class: java.lang.Enum
{
  public static final io.netty.handler.codec.socks.SocksSubnegotiationVersion AUTH_PASSWORD;
    descriptor: Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.netty.handler.codec.socks.SocksSubnegotiationVersion UNKNOWN;
    descriptor: Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final byte b;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final io.netty.handler.codec.socks.SocksSubnegotiationVersion[] ENUM$VALUES;
    descriptor: [Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
    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 20
            new io.netty.handler.codec.socks.SocksSubnegotiationVersion
            dup
            ldc "AUTH_PASSWORD"
            iconst_0
            iconst_1
            invokespecial io.netty.handler.codec.socks.SocksSubnegotiationVersion.<init>:(Ljava/lang/String;IB)V
            putstatic io.netty.handler.codec.socks.SocksSubnegotiationVersion.AUTH_PASSWORD:Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
         1: .line 21
            new io.netty.handler.codec.socks.SocksSubnegotiationVersion
            dup
            ldc "UNKNOWN"
            iconst_1
            iconst_m1
            invokespecial io.netty.handler.codec.socks.SocksSubnegotiationVersion.<init>:(Ljava/lang/String;IB)V
            putstatic io.netty.handler.codec.socks.SocksSubnegotiationVersion.UNKNOWN:Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
         2: .line 19
            iconst_2
            anewarray io.netty.handler.codec.socks.SocksSubnegotiationVersion
            dup
            iconst_0
            getstatic io.netty.handler.codec.socks.SocksSubnegotiationVersion.AUTH_PASSWORD:Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
            aastore
            dup
            iconst_1
            getstatic io.netty.handler.codec.socks.SocksSubnegotiationVersion.UNKNOWN:Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
            aastore
            putstatic io.netty.handler.codec.socks.SocksSubnegotiationVersion.ENUM$VALUES:[Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, byte);
    descriptor: (Ljava/lang/String;IB)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.socks.SocksSubnegotiationVersion this
        start local 3 // byte b
         0: .line 25
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 26
            aload 0 /* this */
            iload 3 /* b */
            putfield io.netty.handler.codec.socks.SocksSubnegotiationVersion.b:B
         2: .line 27
            return
        end local 3 // byte b
        end local 0 // io.netty.handler.codec.socks.SocksSubnegotiationVersion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
            0    3     3     b  B
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      b              

  public static io.netty.handler.codec.socks.SocksSubnegotiationVersion fromByte(byte);
    descriptor: (B)Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // byte b
         0: .line 34
            iload 0 /* b */
            invokestatic io.netty.handler.codec.socks.SocksSubnegotiationVersion.valueOf:(B)Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
            areturn
        end local 0 // byte b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     b  B
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      b     

  public static io.netty.handler.codec.socks.SocksSubnegotiationVersion valueOf(byte);
    descriptor: (B)Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // byte b
         0: .line 38
            invokestatic io.netty.handler.codec.socks.SocksSubnegotiationVersion.values:()[Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: int top int int io.netty.handler.codec.socks.SocksSubnegotiationVersion[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* code */
        start local 1 // io.netty.handler.codec.socks.SocksSubnegotiationVersion code
         2: .line 39
            aload 1 /* code */
            getfield io.netty.handler.codec.socks.SocksSubnegotiationVersion.b:B
            iload 0 /* b */
            if_icmpne 4
         3: .line 40
            aload 1 /* code */
            areturn
        end local 1 // io.netty.handler.codec.socks.SocksSubnegotiationVersion code
         4: .line 38
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 43
            getstatic io.netty.handler.codec.socks.SocksSubnegotiationVersion.UNKNOWN:Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
            areturn
        end local 0 // byte b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     b  B
            2    4     1  code  Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
    MethodParameters:
      Name  Flags
      b     

  public byte byteValue();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.socks.SocksSubnegotiationVersion this
         0: .line 47
            aload 0 /* this */
            getfield io.netty.handler.codec.socks.SocksSubnegotiationVersion.b:B
            ireturn
        end local 0 // io.netty.handler.codec.socks.SocksSubnegotiationVersion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;

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