class sun.nio.fs.WindowsWatchService$FileKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.WindowsWatchService$FileKey
  super_class: java.lang.Object
{
  private final int volSerialNumber;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int fileIndexHigh;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int fileIndexLow;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.nio.fs.WindowsWatchService$FileKey this
        start local 1 // int volSerialNumber
        start local 2 // int fileIndexHigh
        start local 3 // int fileIndexLow
         0: .line 219
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 220
            aload 0 /* this */
            iload 1 /* volSerialNumber */
            putfield sun.nio.fs.WindowsWatchService$FileKey.volSerialNumber:I
         2: .line 221
            aload 0 /* this */
            iload 2 /* fileIndexHigh */
            putfield sun.nio.fs.WindowsWatchService$FileKey.fileIndexHigh:I
         3: .line 222
            aload 0 /* this */
            iload 3 /* fileIndexLow */
            putfield sun.nio.fs.WindowsWatchService$FileKey.fileIndexLow:I
         4: .line 223
            return
        end local 3 // int fileIndexLow
        end local 2 // int fileIndexHigh
        end local 1 // int volSerialNumber
        end local 0 // sun.nio.fs.WindowsWatchService$FileKey this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lsun/nio/fs/WindowsWatchService$FileKey;
            0    5     1  volSerialNumber  I
            0    5     2    fileIndexHigh  I
            0    5     3     fileIndexLow  I
    MethodParameters:
                 Name  Flags
      volSerialNumber  
      fileIndexHigh    
      fileIndexLow     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.fs.WindowsWatchService$FileKey this
         0: .line 227
            aload 0 /* this */
            getfield sun.nio.fs.WindowsWatchService$FileKey.volSerialNumber:I
            aload 0 /* this */
            getfield sun.nio.fs.WindowsWatchService$FileKey.fileIndexHigh:I
            ixor
            aload 0 /* this */
            getfield sun.nio.fs.WindowsWatchService$FileKey.fileIndexLow:I
            ixor
            ireturn
        end local 0 // sun.nio.fs.WindowsWatchService$FileKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/WindowsWatchService$FileKey;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.nio.fs.WindowsWatchService$FileKey this
        start local 1 // java.lang.Object obj
         0: .line 232
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 233
            iconst_1
            ireturn
         2: .line 234
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof sun.nio.fs.WindowsWatchService$FileKey
            ifne 4
         3: .line 235
            iconst_0
            ireturn
         4: .line 236
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast sun.nio.fs.WindowsWatchService$FileKey
            astore 2 /* other */
        start local 2 // sun.nio.fs.WindowsWatchService$FileKey other
         5: .line 237
            aload 0 /* this */
            getfield sun.nio.fs.WindowsWatchService$FileKey.volSerialNumber:I
            aload 2 /* other */
            getfield sun.nio.fs.WindowsWatchService$FileKey.volSerialNumber:I
            if_icmpeq 6
            iconst_0
            ireturn
         6: .line 238
      StackMap locals: sun.nio.fs.WindowsWatchService$FileKey
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.WindowsWatchService$FileKey.fileIndexHigh:I
            aload 2 /* other */
            getfield sun.nio.fs.WindowsWatchService$FileKey.fileIndexHigh:I
            if_icmpeq 7
            iconst_0
            ireturn
         7: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.WindowsWatchService$FileKey.fileIndexLow:I
            aload 2 /* other */
            getfield sun.nio.fs.WindowsWatchService$FileKey.fileIndexLow:I
            if_icmpne 8
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // sun.nio.fs.WindowsWatchService$FileKey other
        end local 1 // java.lang.Object obj
        end local 0 // sun.nio.fs.WindowsWatchService$FileKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lsun/nio/fs/WindowsWatchService$FileKey;
            0    9     1    obj  Ljava/lang/Object;
            5    9     2  other  Lsun/nio/fs/WindowsWatchService$FileKey;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "WindowsWatchService.java"
NestHost: sun.nio.fs.WindowsWatchService
InnerClasses:
  private FileKey = sun.nio.fs.WindowsWatchService$FileKey of sun.nio.fs.WindowsWatchService