class io.vertx.core.file.impl.FileSystemImpl$15$1 implements java.io.FilenameFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.file.impl.FileSystemImpl$15$1
  super_class: java.lang.Object
{
  final io.vertx.core.file.impl.FileSystemImpl$15 this$1;
    descriptor: Lio/vertx/core/file/impl/FileSystemImpl$15;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$filter;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.file.impl.FileSystemImpl$15, java.lang.String);
    descriptor: (Lio/vertx/core/file/impl/FileSystemImpl$15;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.file.impl.FileSystemImpl$15$1 this
         0: .line 832
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.file.impl.FileSystemImpl$15$1.this$1:Lio/vertx/core/file/impl/FileSystemImpl$15;
            aload 0 /* this */
            aload 2
            putfield io.vertx.core.file.impl.FileSystemImpl$15$1.val$filter:Ljava/lang/String;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.file.impl.FileSystemImpl$15$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/file/impl/FileSystemImpl$15$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$filter  final

  public boolean accept(java.io.File, java.lang.String);
    descriptor: (Ljava/io/File;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.file.impl.FileSystemImpl$15$1 this
        start local 1 // java.io.File dir
        start local 2 // java.lang.String name
         0: .line 834
            aload 0 /* this */
            getfield io.vertx.core.file.impl.FileSystemImpl$15$1.val$filter:Ljava/lang/String;
            aload 2 /* name */
            invokestatic java.util.regex.Pattern.matches:(Ljava/lang/String;Ljava/lang/CharSequence;)Z
            ireturn
        end local 2 // java.lang.String name
        end local 1 // java.io.File dir
        end local 0 // io.vertx.core.file.impl.FileSystemImpl$15$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/file/impl/FileSystemImpl$15$1;
            0    1     1   dir  Ljava/io/File;
            0    1     2  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      dir   
      name  
}
SourceFile: "FileSystemImpl.java"
EnclosingMethod: io.vertx.core.file.impl.FileSystemImpl$15.perform:()Ljava/util/List;
NestHost: io.vertx.core.file.impl.FileSystemImpl
InnerClasses:
  io.vertx.core.file.impl.FileSystemImpl$15
  io.vertx.core.file.impl.FileSystemImpl$15$1