class org.eclipse.jetty.util.PathWatcher$ExactPathMatcher implements java.nio.file.PathMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.util.PathWatcher$ExactPathMatcher
  super_class: java.lang.Object
{
  private final java.nio.file.Path path;
    descriptor: Ljava/nio/file/Path;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.PathWatcher$ExactPathMatcher this
        start local 1 // java.nio.file.Path path
         0: .line 1436
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1438
            aload 0 /* this */
            aload 1 /* path */
            putfield org.eclipse.jetty.util.PathWatcher$ExactPathMatcher.path:Ljava/nio/file/Path;
         2: .line 1439
            return
        end local 1 // java.nio.file.Path path
        end local 0 // org.eclipse.jetty.util.PathWatcher$ExactPathMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/util/PathWatcher$ExactPathMatcher;
            0    3     1  path  Ljava/nio/file/Path;
    MethodParameters:
      Name  Flags
      path  

  public boolean matches(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.PathWatcher$ExactPathMatcher this
        start local 1 // java.nio.file.Path path
         0: .line 1444
            aload 0 /* this */
            getfield org.eclipse.jetty.util.PathWatcher$ExactPathMatcher.path:Ljava/nio/file/Path;
            aload 1 /* path */
            invokeinterface java.nio.file.Path.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.nio.file.Path path
        end local 0 // org.eclipse.jetty.util.PathWatcher$ExactPathMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/PathWatcher$ExactPathMatcher;
            0    1     1  path  Ljava/nio/file/Path;
    MethodParameters:
      Name  Flags
      path  
}
SourceFile: "PathWatcher.java"
NestHost: org.eclipse.jetty.util.PathWatcher
InnerClasses:
  private ExactPathMatcher = org.eclipse.jetty.util.PathWatcher$ExactPathMatcher of org.eclipse.jetty.util.PathWatcher