class sun.jvmstat.PlatformSupportImpl$1 implements java.io.FilenameFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvmstat.PlatformSupportImpl$1
  super_class: java.lang.Object
{
  final sun.jvmstat.PlatformSupportImpl this$0;
    descriptor: Lsun/jvmstat/PlatformSupportImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.regex.Matcher val$pidMatcher;
    descriptor: Ljava/util/regex/Matcher;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvmstat.PlatformSupportImpl, java.util.regex.Matcher);
    descriptor: (Lsun/jvmstat/PlatformSupportImpl;Ljava/util/regex/Matcher;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvmstat.PlatformSupportImpl$1 this
         0: .line 127
            aload 0 /* this */
            aload 1
            putfield sun.jvmstat.PlatformSupportImpl$1.this$0:Lsun/jvmstat/PlatformSupportImpl;
            aload 0 /* this */
            aload 2
            putfield sun.jvmstat.PlatformSupportImpl$1.val$pidMatcher:Ljava/util/regex/Matcher;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvmstat.PlatformSupportImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvmstat/PlatformSupportImpl$1;
    MethodParameters:
                Name  Flags
      this$0          final
      val$pidMatcher  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 // sun.jvmstat.PlatformSupportImpl$1 this
        start local 1 // java.io.File dir
        start local 2 // java.lang.String name
         0: .line 129
            aload 1 /* dir */
            invokevirtual java.io.File.isDirectory:()Z
            ifne 2
         1: .line 130
            iconst_0
            ireturn
         2: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvmstat.PlatformSupportImpl$1.val$pidMatcher:Ljava/util/regex/Matcher;
            aload 2 /* name */
            invokevirtual java.util.regex.Matcher.reset:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            pop
         3: .line 132
            aload 0 /* this */
            getfield sun.jvmstat.PlatformSupportImpl$1.val$pidMatcher:Ljava/util/regex/Matcher;
            invokevirtual java.util.regex.Matcher.matches:()Z
            ireturn
        end local 2 // java.lang.String name
        end local 1 // java.io.File dir
        end local 0 // sun.jvmstat.PlatformSupportImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvmstat/PlatformSupportImpl$1;
            0    4     1   dir  Ljava/io/File;
            0    4     2  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      dir   
      name  
}
SourceFile: "PlatformSupportImpl.java"
EnclosingMethod: sun.jvmstat.PlatformSupportImpl.getTemporaryDirectories:(I)Ljava/util/List;
NestHost: sun.jvmstat.PlatformSupportImpl
InnerClasses:
  sun.jvmstat.PlatformSupportImpl$1