class com.google.common.io.Files$FilePredicate$2 extends com.google.common.io.Files$FilePredicate
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: com.google.common.io.Files$FilePredicate$2
  super_class: com.google.common.io.Files$FilePredicate
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.io.Files$FilePredicate$2 this
         0: .line 903
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial com.google.common.io.Files$FilePredicate.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.google.common.io.Files$FilePredicate$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/io/Files$FilePredicate$2;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public boolean apply(java.io.File);
    descriptor: (Ljava/io/File;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.common.io.Files$FilePredicate$2 this
        start local 1 // java.io.File file
         0: .line 906
            aload 1 /* file */
            invokevirtual java.io.File.isFile:()Z
            ireturn
        end local 1 // java.io.File file
        end local 0 // com.google.common.io.Files$FilePredicate$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/io/Files$FilePredicate$2;
            0    1     1  file  Ljava/io/File;
    MethodParameters:
      Name  Flags
      file  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.io.Files$FilePredicate$2 this
         0: .line 911
            ldc "Files.isFile()"
            areturn
        end local 0 // com.google.common.io.Files$FilePredicate$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/io/Files$FilePredicate$2;

  public boolean apply(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.io.File
            invokevirtual com.google.common.io.Files$FilePredicate$2.apply:(Ljava/io/File;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Files.java"
EnclosingMethod: com.google.common.io.Files$FilePredicate
NestHost: com.google.common.io.Files
InnerClasses:
  private abstract FilePredicate = com.google.common.io.Files$FilePredicate of com.google.common.io.Files
  com.google.common.io.Files$FilePredicate$2