class sun.nio.ch.OptionKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.OptionKey
  super_class: java.lang.Object
{
  private int level;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int name;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.nio.ch.OptionKey this
        start local 1 // int level
        start local 2 // int name
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            iload 1 /* level */
            putfield sun.nio.ch.OptionKey.level:I
         2: .line 38
            aload 0 /* this */
            iload 2 /* name */
            putfield sun.nio.ch.OptionKey.name:I
         3: .line 39
            return
        end local 2 // int name
        end local 1 // int level
        end local 0 // sun.nio.ch.OptionKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/nio/ch/OptionKey;
            0    4     1  level  I
            0    4     2   name  I
    MethodParameters:
       Name  Flags
      level  
      name   

  int level();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.OptionKey this
         0: .line 42
            aload 0 /* this */
            getfield sun.nio.ch.OptionKey.level:I
            ireturn
        end local 0 // sun.nio.ch.OptionKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/OptionKey;

  int name();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.OptionKey this
         0: .line 46
            aload 0 /* this */
            getfield sun.nio.ch.OptionKey.name:I
            ireturn
        end local 0 // sun.nio.ch.OptionKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/OptionKey;
}
SourceFile: "OptionKey.java"