class org.xnio.nio.WatchServiceFileSystemWatcher$PathData
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.nio.WatchServiceFileSystemWatcher$PathData
  super_class: java.lang.Object
{
  final java.nio.file.Path path;
    descriptor: Ljava/nio/file/Path;
    flags: (0x0010) ACC_FINAL

  final java.util.List<org.xnio.FileChangeCallback> callbacks;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Lorg/xnio/FileChangeCallback;>;

  final java.util.List<java.nio.file.WatchKey> keys;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Ljava/nio/file/WatchKey;>;

  final org.xnio.nio.WatchServiceFileSystemWatcher this$0;
    descriptor: Lorg/xnio/nio/WatchServiceFileSystemWatcher;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.xnio.nio.WatchServiceFileSystemWatcher, java.nio.file.Path);
    descriptor: (Lorg/xnio/nio/WatchServiceFileSystemWatcher;Ljava/nio/file/Path;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.xnio.nio.WatchServiceFileSystemWatcher$PathData this
        start local 2 // java.nio.file.Path path
         0: .line 251
            aload 0 /* this */
            aload 1
            putfield org.xnio.nio.WatchServiceFileSystemWatcher$PathData.this$0:Lorg/xnio/nio/WatchServiceFileSystemWatcher;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 248
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.xnio.nio.WatchServiceFileSystemWatcher$PathData.callbacks:Ljava/util/List;
         2: .line 249
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.xnio.nio.WatchServiceFileSystemWatcher$PathData.keys:Ljava/util/List;
         3: .line 252
            aload 0 /* this */
            aload 2 /* path */
            putfield org.xnio.nio.WatchServiceFileSystemWatcher$PathData.path:Ljava/nio/file/Path;
         4: .line 253
            return
        end local 2 // java.nio.file.Path path
        end local 0 // org.xnio.nio.WatchServiceFileSystemWatcher$PathData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/xnio/nio/WatchServiceFileSystemWatcher$PathData;
            0    5     2  path  Ljava/nio/file/Path;
    MethodParameters:
        Name  Flags
      this$0  final
      path    
}
SourceFile: "WatchServiceFileSystemWatcher.java"
NestHost: org.xnio.nio.WatchServiceFileSystemWatcher
InnerClasses:
  private PathData = org.xnio.nio.WatchServiceFileSystemWatcher$PathData of org.xnio.nio.WatchServiceFileSystemWatcher