class sun.nio.fs.AbstractWatchService$1 extends sun.nio.fs.AbstractWatchKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.AbstractWatchService$1
  super_class: sun.nio.fs.AbstractWatchKey
{
  final sun.nio.fs.AbstractWatchService this$0;
    descriptor: Lsun/nio/fs/AbstractWatchService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.nio.fs.AbstractWatchService, java.nio.file.Path, sun.nio.fs.AbstractWatchService);
    descriptor: (Lsun/nio/fs/AbstractWatchService;Ljava/nio/file/Path;Lsun/nio/fs/AbstractWatchService;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.nio.fs.AbstractWatchService$1 this
        start local 2 // java.nio.file.Path $anonymous0
        start local 3 // sun.nio.fs.AbstractWatchService $anonymous1
         0: .line 44
            aload 0 /* this */
            aload 1
            putfield sun.nio.fs.AbstractWatchService$1.this$0:Lsun/nio/fs/AbstractWatchService;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            invokespecial sun.nio.fs.AbstractWatchKey.<init>:(Ljava/nio/file/Path;Lsun/nio/fs/AbstractWatchService;)V
            return
        end local 3 // sun.nio.fs.AbstractWatchService $anonymous1
        end local 2 // java.nio.file.Path $anonymous0
        end local 0 // sun.nio.fs.AbstractWatchService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lsun/nio/fs/AbstractWatchService$1;
            0    1     2  $anonymous0  Ljava/nio/file/Path;
            0    1     3  $anonymous1  Lsun/nio/fs/AbstractWatchService;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.AbstractWatchService$1 this
         0: .line 47
            iconst_1
            ireturn
        end local 0 // sun.nio.fs.AbstractWatchService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/AbstractWatchService$1;

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.nio.fs.AbstractWatchService$1 this
         0: .line 52
            return
        end local 0 // sun.nio.fs.AbstractWatchService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/AbstractWatchService$1;
}
SourceFile: "AbstractWatchService.java"
EnclosingMethod: sun.nio.fs.AbstractWatchService
NestHost: sun.nio.fs.AbstractWatchService
InnerClasses:
  sun.nio.fs.AbstractWatchService$1