class picocli.CommandLine$BuiltIn$FileConverter implements picocli.CommandLine$ITypeConverter<java.io.File>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: picocli.CommandLine$BuiltIn$FileConverter
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$BuiltIn$FileConverter this
         0: .line 12689
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // picocli.CommandLine$BuiltIn$FileConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$BuiltIn$FileConverter;

  public java.io.File convert(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // picocli.CommandLine$BuiltIn$FileConverter this
        start local 1 // java.lang.String value
         0: .line 12690
            new java.io.File
            dup
            aload 1 /* value */
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String value
        end local 0 // picocli.CommandLine$BuiltIn$FileConverter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lpicocli/CommandLine$BuiltIn$FileConverter;
            0    1     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.Object convert(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual picocli.CommandLine$BuiltIn$FileConverter.convert:(Ljava/lang/String;)Ljava/io/File;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Lpicocli/CommandLine$ITypeConverter<Ljava/io/File;>;
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  private BuiltIn = picocli.CommandLine$BuiltIn of picocli.CommandLine
  FileConverter = picocli.CommandLine$BuiltIn$FileConverter of picocli.CommandLine$BuiltIn
  public abstract ITypeConverter = picocli.CommandLine$ITypeConverter of picocli.CommandLine