public interface java.nio.file.PathMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: java.nio.file.PathMatcher
  super_class: java.lang.Object
{
  public abstract boolean matches(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      path  
}
SourceFile: "PathMatcher.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()