class sun.nio.fs.WindowsWatchService$WindowsWatchKey extends sun.nio.fs.AbstractWatchKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.WindowsWatchService$WindowsWatchKey
  super_class: sun.nio.fs.AbstractWatchKey
{
  private final sun.nio.fs.WindowsWatchService$FileKey fileKey;
    descriptor: Lsun/nio/fs/WindowsWatchService$FileKey;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile long handle;
    descriptor: J
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private java.util.Set<? extends java.nio.file.WatchEvent$Kind<?>> events;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<+Ljava/nio/file/WatchEvent$Kind<*>;>;

  private boolean watchSubtree;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private sun.nio.fs.NativeBuffer buffer;
    descriptor: Lsun/nio/fs/NativeBuffer;
    flags: (0x0002) ACC_PRIVATE

  private long countAddress;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long overlappedAddress;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  private boolean errorStartingOverlapped;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.nio.file.Path, sun.nio.fs.AbstractWatchService, sun.nio.fs.WindowsWatchService$FileKey);
    descriptor: (Ljava/nio/file/Path;Lsun/nio/fs/AbstractWatchService;Lsun/nio/fs/WindowsWatchService$FileKey;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
        start local 1 // java.nio.file.Path dir
        start local 2 // sun.nio.fs.AbstractWatchService watcher
        start local 3 // sun.nio.fs.WindowsWatchService$FileKey fileKey
         0: .line 124
            aload 0 /* this */
            aload 1 /* dir */
            aload 2 /* watcher */
            invokespecial sun.nio.fs.AbstractWatchKey.<init>:(Ljava/nio/file/Path;Lsun/nio/fs/AbstractWatchService;)V
         1: .line 96
            aload 0 /* this */
            ldc -1
            putfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.handle:J
         2: .line 125
            aload 0 /* this */
            aload 3 /* fileKey */
            putfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.fileKey:Lsun/nio/fs/WindowsWatchService$FileKey;
         3: .line 126
            return
        end local 3 // sun.nio.fs.WindowsWatchService$FileKey fileKey
        end local 2 // sun.nio.fs.AbstractWatchService watcher
        end local 1 // java.nio.file.Path dir
        end local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;
            0    4     1      dir  Ljava/nio/file/Path;
            0    4     2  watcher  Lsun/nio/fs/AbstractWatchService;
            0    4     3  fileKey  Lsun/nio/fs/WindowsWatchService$FileKey;
    MethodParameters:
         Name  Flags
      dir      
      watcher  
      fileKey  

  sun.nio.fs.WindowsWatchService$WindowsWatchKey init(long, java.util.Set<? extends java.nio.file.WatchEvent$Kind<?>>, boolean, sun.nio.fs.NativeBuffer, long, long, int);
    descriptor: (JLjava/util/Set;ZLsun/nio/fs/NativeBuffer;JJI)Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;
    flags: (0x0000) 
    Code:
      stack=3, locals=11, args_size=8
        start local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
        start local 1 // long handle
        start local 3 // java.util.Set events
        start local 4 // boolean watchSubtree
        start local 5 // sun.nio.fs.NativeBuffer buffer
        start local 6 // long countAddress
        start local 8 // long overlappedAddress
        start local 10 // int completionKey
         0: .line 136
            aload 0 /* this */
            lload 1 /* handle */
            putfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.handle:J
         1: .line 137
            aload 0 /* this */
            aload 3 /* events */
            putfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.events:Ljava/util/Set;
         2: .line 138
            aload 0 /* this */
            iload 4 /* watchSubtree */
            putfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.watchSubtree:Z
         3: .line 139
            aload 0 /* this */
            aload 5 /* buffer */
            putfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.buffer:Lsun/nio/fs/NativeBuffer;
         4: .line 140
            aload 0 /* this */
            lload 6 /* countAddress */
            putfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.countAddress:J
         5: .line 141
            aload 0 /* this */
            lload 8 /* overlappedAddress */
            putfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.overlappedAddress:J
         6: .line 142
            aload 0 /* this */
            iload 10 /* completionKey */
            putfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.completionKey:I
         7: .line 143
            aload 0 /* this */
            areturn
        end local 10 // int completionKey
        end local 8 // long overlappedAddress
        end local 6 // long countAddress
        end local 5 // sun.nio.fs.NativeBuffer buffer
        end local 4 // boolean watchSubtree
        end local 3 // java.util.Set events
        end local 1 // long handle
        end local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    8     0               this  Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;
            0    8     1             handle  J
            0    8     3             events  Ljava/util/Set<+Ljava/nio/file/WatchEvent$Kind<*>;>;
            0    8     4       watchSubtree  Z
            0    8     5             buffer  Lsun/nio/fs/NativeBuffer;
            0    8     6       countAddress  J
            0    8     8  overlappedAddress  J
            0    8    10      completionKey  I
    Signature: (JLjava/util/Set<+Ljava/nio/file/WatchEvent$Kind<*>;>;ZLsun/nio/fs/NativeBuffer;JJI)Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;
    MethodParameters:
                   Name  Flags
      handle             
      events             
      watchSubtree       
      buffer             
      countAddress       
      overlappedAddress  
      completionKey      

  long handle();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
         0: .line 147
            aload 0 /* this */
            getfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.handle:J
            lreturn
        end local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;

  java.util.Set<? extends java.nio.file.WatchEvent$Kind<?>> events();
    descriptor: ()Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
         0: .line 151
            aload 0 /* this */
            getfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.events:Ljava/util/Set;
            areturn
        end local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;
    Signature: ()Ljava/util/Set<+Ljava/nio/file/WatchEvent$Kind<*>;>;

  void setEvents(java.util.Set<? extends java.nio.file.WatchEvent$Kind<?>>);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
        start local 1 // java.util.Set events
         0: .line 155
            aload 0 /* this */
            aload 1 /* events */
            putfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.events:Ljava/util/Set;
         1: .line 156
            return
        end local 1 // java.util.Set events
        end local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;
            0    2     1  events  Ljava/util/Set<+Ljava/nio/file/WatchEvent$Kind<*>;>;
    Signature: (Ljava/util/Set<+Ljava/nio/file/WatchEvent$Kind<*>;>;)V
    MethodParameters:
        Name  Flags
      events  

  boolean watchSubtree();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
         0: .line 159
            aload 0 /* this */
            getfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.watchSubtree:Z
            ireturn
        end local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;

  sun.nio.fs.NativeBuffer buffer();
    descriptor: ()Lsun/nio/fs/NativeBuffer;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
         0: .line 163
            aload 0 /* this */
            getfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.buffer:Lsun/nio/fs/NativeBuffer;
            areturn
        end local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;

  long countAddress();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
         0: .line 167
            aload 0 /* this */
            getfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.countAddress:J
            lreturn
        end local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;

  long overlappedAddress();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
         0: .line 171
            aload 0 /* this */
            getfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.overlappedAddress:J
            lreturn
        end local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;

  sun.nio.fs.WindowsWatchService$FileKey fileKey();
    descriptor: ()Lsun/nio/fs/WindowsWatchService$FileKey;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
         0: .line 175
            aload 0 /* this */
            getfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.fileKey:Lsun/nio/fs/WindowsWatchService$FileKey;
            areturn
        end local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;

  int completionKey();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
         0: .line 179
            aload 0 /* this */
            getfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.completionKey:I
            ireturn
        end local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;

  void setErrorStartingOverlapped(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
        start local 1 // boolean value
         0: .line 183
            aload 0 /* this */
            iload 1 /* value */
            putfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.errorStartingOverlapped:Z
         1: .line 184
            return
        end local 1 // boolean value
        end local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  boolean isErrorStartingOverlapped();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
         0: .line 187
            aload 0 /* this */
            getfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.errorStartingOverlapped:Z
            ireturn
        end local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;

  void invalidate();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
         0: .line 192
            aload 0 /* this */
            invokevirtual sun.nio.fs.WindowsWatchService$WindowsWatchKey.watcher:()Lsun/nio/fs/AbstractWatchService;
            checkcast sun.nio.fs.WindowsWatchService
            getfield sun.nio.fs.WindowsWatchService.poller:Lsun/nio/fs/WindowsWatchService$Poller;
            aload 0 /* this */
            invokevirtual sun.nio.fs.WindowsWatchService$Poller.releaseResources:(Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;)V
         1: .line 193
            aload 0 /* this */
            ldc -1
            putfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.handle:J
         2: .line 194
            aload 0 /* this */
            aconst_null
            putfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.buffer:Lsun/nio/fs/NativeBuffer;
         3: .line 195
            aload 0 /* this */
            lconst_0
            putfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.countAddress:J
         4: .line 196
            aload 0 /* this */
            lconst_0
            putfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.overlappedAddress:J
         5: .line 197
            aload 0 /* this */
            iconst_0
            putfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.errorStartingOverlapped:Z
         6: .line 198
            return
        end local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
         0: .line 202
            aload 0 /* this */
            getfield sun.nio.fs.WindowsWatchService$WindowsWatchKey.handle:J
            ldc -1
            lcmp
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
         0: .line 207
            aload 0 /* this */
            invokevirtual sun.nio.fs.WindowsWatchService$WindowsWatchKey.isValid:()Z
            ifeq 2
         1: .line 209
            aload 0 /* this */
            invokevirtual sun.nio.fs.WindowsWatchService$WindowsWatchKey.watcher:()Lsun/nio/fs/AbstractWatchService;
            checkcast sun.nio.fs.WindowsWatchService
            getfield sun.nio.fs.WindowsWatchService.poller:Lsun/nio/fs/WindowsWatchService$Poller;
            aload 0 /* this */
            invokevirtual sun.nio.fs.WindowsWatchService$Poller.cancel:(Ljava/nio/file/WatchKey;)V
         2: .line 211
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.fs.WindowsWatchService$WindowsWatchKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/fs/WindowsWatchService$WindowsWatchKey;
}
SourceFile: "WindowsWatchService.java"
NestHost: sun.nio.fs.WindowsWatchService
InnerClasses:
  public abstract Kind = java.nio.file.WatchEvent$Kind of java.nio.file.WatchEvent
  private FileKey = sun.nio.fs.WindowsWatchService$FileKey of sun.nio.fs.WindowsWatchService
  private Poller = sun.nio.fs.WindowsWatchService$Poller of sun.nio.fs.WindowsWatchService
  private WindowsWatchKey = sun.nio.fs.WindowsWatchService$WindowsWatchKey of sun.nio.fs.WindowsWatchService