class com.google.common.io.Files$1 extends com.google.common.collect.TreeTraverser<java.io.File>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.io.Files$1
  super_class: com.google.common.collect.TreeTraverser
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.io.Files$1 this
         0: .line 813
            aload 0 /* this */
            invokespecial com.google.common.collect.TreeTraverser.<init>:()V
            return
        end local 0 // com.google.common.io.Files$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/io/Files$1;

  public java.lang.Iterable<java.io.File> children(java.io.File);
    descriptor: (Ljava/io/File;)Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.common.io.Files$1 this
        start local 1 // java.io.File file
         0: .line 816
            aload 1 /* file */
            invokestatic com.google.common.io.Files.fileTreeChildren:(Ljava/io/File;)Ljava/lang/Iterable;
            areturn
        end local 1 // java.io.File file
        end local 0 // com.google.common.io.Files$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/io/Files$1;
            0    1     1  file  Ljava/io/File;
    Signature: (Ljava/io/File;)Ljava/lang/Iterable<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$1 this
         0: .line 821
            ldc "Files.fileTreeTraverser()"
            areturn
        end local 0 // com.google.common.io.Files$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/io/Files$1;

  public java.lang.Iterable children(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Iterable;
    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$1.children:(Ljava/io/File;)Ljava/lang/Iterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/google/common/collect/TreeTraverser<Ljava/io/File;>;
SourceFile: "Files.java"
EnclosingMethod: com.google.common.io.Files
NestHost: com.google.common.io.Files
InnerClasses:
  com.google.common.io.Files$1