class picocli.CommandLine$BuiltIn
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: picocli.CommandLine$BuiltIn
  super_class: java.lang.Object
{
  static java.util.Set<java.lang.String> traced;
    descriptor: Ljava/util/Set;
    flags: (0x0008) ACC_STATIC
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 12804
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putstatic picocli.CommandLine$BuiltIn.traced:Ljava/util/Set;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static picocli.CommandLine$TypeConversionException fail(java.lang.String, java.lang.Class<?>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Lpicocli/CommandLine$TypeConversionException;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.String value
        start local 1 // java.lang.Class c
         0: .line 12663
            aload 0 /* value */
            aload 1 /* c */
            ldc "'%s' is not a %s"
            invokestatic picocli.CommandLine$BuiltIn.fail:(Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;)Lpicocli/CommandLine$TypeConversionException;
            areturn
        end local 1 // java.lang.Class c
        end local 0 // java.lang.String value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  Ljava/lang/String;
            0    1     1      c  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/String;Ljava/lang/Class<*>;)Lpicocli/CommandLine$TypeConversionException;
    MethodParameters:
       Name  Flags
      value  
      c      

  private static picocli.CommandLine$TypeConversionException fail(java.lang.String, java.lang.Class<?>, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;)Lpicocli/CommandLine$TypeConversionException;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // java.lang.String value
        start local 1 // java.lang.Class c
        start local 2 // java.lang.String template
         0: .line 12665
            new picocli.CommandLine$TypeConversionException
            dup
            aload 2 /* template */
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* value */
            aastore
            dup
            iconst_1
            aload 1 /* c */
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial picocli.CommandLine$TypeConversionException.<init>:(Ljava/lang/String;)V
            areturn
        end local 2 // java.lang.String template
        end local 1 // java.lang.Class c
        end local 0 // java.lang.String value
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0     value  Ljava/lang/String;
            0    1     1         c  Ljava/lang/Class<*>;
            0    1     2  template  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/Class<*>;Ljava/lang/String;)Lpicocli/CommandLine$TypeConversionException;
    MethodParameters:
          Name  Flags
      value     
      c         
      template  

  static void handle(java.lang.Exception, java.lang.String, picocli.CommandLine$Tracer);
    descriptor: (Ljava/lang/Exception;Ljava/lang/String;Lpicocli/CommandLine$Tracer;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // java.lang.Exception e
        start local 1 // java.lang.String fqcn
        start local 2 // picocli.CommandLine$Tracer tracer
         0: .line 12789
            getstatic picocli.CommandLine$BuiltIn.traced:Ljava/util/Set;
            aload 1 /* fqcn */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 12790
            aload 2 /* tracer */
            ldc "Could not register converter for %s: %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* fqcn */
            aastore
            dup
            iconst_1
            aload 0 /* e */
            invokevirtual java.lang.Exception.toString:()Ljava/lang/String;
            aastore
            invokevirtual picocli.CommandLine$Tracer.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 12792
      StackMap locals:
      StackMap stack:
            getstatic picocli.CommandLine$BuiltIn.traced:Ljava/util/Set;
            aload 1 /* fqcn */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         3: .line 12793
            return
        end local 2 // picocli.CommandLine$Tracer tracer
        end local 1 // java.lang.String fqcn
        end local 0 // java.lang.Exception e
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       e  Ljava/lang/Exception;
            0    4     1    fqcn  Ljava/lang/String;
            0    4     2  tracer  Lpicocli/CommandLine$Tracer;
    MethodParameters:
        Name  Flags
      e       
      fqcn    
      tracer  

  static boolean excluded(java.lang.String, picocli.CommandLine$Tracer);
    descriptor: (Ljava/lang/String;Lpicocli/CommandLine$Tracer;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // java.lang.String fqcn
        start local 1 // picocli.CommandLine$Tracer tracer
         0: .line 12795
            ldc "picocli.converters.excludes"
            ldc ""
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            ldc ","
            invokevirtual java.lang.String.split:(Ljava/lang/String;)[Ljava/lang/String;
            astore 2 /* excludes */
        start local 2 // java.lang.String[] excludes
         1: .line 12796
            aload 2 /* excludes */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 7
      StackMap locals: java.lang.String picocli.CommandLine$Tracer java.lang.String[] top int int java.lang.String[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* regex */
        start local 3 // java.lang.String regex
         3: .line 12797
            aload 0 /* fqcn */
            aload 3 /* regex */
            invokevirtual java.lang.String.matches:(Ljava/lang/String;)Z
            ifeq 6
         4: .line 12798
            aload 1 /* tracer */
            ldc "BuiltIn type converter for %s is not loaded: (picocli.converters.excludes=%s)%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* fqcn */
            aastore
            dup
            iconst_1
            ldc "picocli.converters.excludes"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            aastore
            invokevirtual picocli.CommandLine$Tracer.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 12799
            iconst_1
            ireturn
        end local 3 // java.lang.String regex
         6: .line 12796
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         7: iload 4
            iload 5
            if_icmplt 2
         8: .line 12802
            iconst_0
            ireturn
        end local 2 // java.lang.String[] excludes
        end local 1 // picocli.CommandLine$Tracer tracer
        end local 0 // java.lang.String fqcn
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      fqcn  Ljava/lang/String;
            0    9     1    tracer  Lpicocli/CommandLine$Tracer;
            1    9     2  excludes  [Ljava/lang/String;
            3    6     3     regex  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      fqcn    
      tracer  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$BuiltIn this
         0: .line 12828
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // picocli.CommandLine$BuiltIn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$BuiltIn;
}
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  private BuiltIn = picocli.CommandLine$BuiltIn of picocli.CommandLine
  BigDecimalConverter = picocli.CommandLine$BuiltIn$BigDecimalConverter of picocli.CommandLine$BuiltIn
  BigIntegerConverter = picocli.CommandLine$BuiltIn$BigIntegerConverter of picocli.CommandLine$BuiltIn
  BooleanConverter = picocli.CommandLine$BuiltIn$BooleanConverter of picocli.CommandLine$BuiltIn
  ByteConverter = picocli.CommandLine$BuiltIn$ByteConverter of picocli.CommandLine$BuiltIn
  ByteOrderConverter = picocli.CommandLine$BuiltIn$ByteOrderConverter of picocli.CommandLine$BuiltIn
  CharArrayConverter = picocli.CommandLine$BuiltIn$CharArrayConverter of picocli.CommandLine$BuiltIn
  CharSequenceConverter = picocli.CommandLine$BuiltIn$CharSequenceConverter of picocli.CommandLine$BuiltIn
  CharacterConverter = picocli.CommandLine$BuiltIn$CharacterConverter of picocli.CommandLine$BuiltIn
  CharsetConverter = picocli.CommandLine$BuiltIn$CharsetConverter of picocli.CommandLine$BuiltIn
  ClassConverter = picocli.CommandLine$BuiltIn$ClassConverter of picocli.CommandLine$BuiltIn
  CurrencyConverter = picocli.CommandLine$BuiltIn$CurrencyConverter of picocli.CommandLine$BuiltIn
  DoubleConverter = picocli.CommandLine$BuiltIn$DoubleConverter of picocli.CommandLine$BuiltIn
  FileConverter = picocli.CommandLine$BuiltIn$FileConverter of picocli.CommandLine$BuiltIn
  FloatConverter = picocli.CommandLine$BuiltIn$FloatConverter of picocli.CommandLine$BuiltIn
  ISO8601DateConverter = picocli.CommandLine$BuiltIn$ISO8601DateConverter of picocli.CommandLine$BuiltIn
  ISO8601TimeConverter = picocli.CommandLine$BuiltIn$ISO8601TimeConverter of picocli.CommandLine$BuiltIn
  InetAddressConverter = picocli.CommandLine$BuiltIn$InetAddressConverter of picocli.CommandLine$BuiltIn
  IntegerConverter = picocli.CommandLine$BuiltIn$IntegerConverter of picocli.CommandLine$BuiltIn
  LongConverter = picocli.CommandLine$BuiltIn$LongConverter of picocli.CommandLine$BuiltIn
  NetworkInterfaceConverter = picocli.CommandLine$BuiltIn$NetworkInterfaceConverter of picocli.CommandLine$BuiltIn
  PatternConverter = picocli.CommandLine$BuiltIn$PatternConverter of picocli.CommandLine$BuiltIn
  ReflectionConverter = picocli.CommandLine$BuiltIn$ReflectionConverter of picocli.CommandLine$BuiltIn
  ShortConverter = picocli.CommandLine$BuiltIn$ShortConverter of picocli.CommandLine$BuiltIn
  StringBuilderConverter = picocli.CommandLine$BuiltIn$StringBuilderConverter of picocli.CommandLine$BuiltIn
  StringConverter = picocli.CommandLine$BuiltIn$StringConverter of picocli.CommandLine$BuiltIn
  TimeZoneConverter = picocli.CommandLine$BuiltIn$TimeZoneConverter of picocli.CommandLine$BuiltIn
  URIConverter = picocli.CommandLine$BuiltIn$URIConverter of picocli.CommandLine$BuiltIn
  URLConverter = picocli.CommandLine$BuiltIn$URLConverter of picocli.CommandLine$BuiltIn
  UUIDConverter = picocli.CommandLine$BuiltIn$UUIDConverter of picocli.CommandLine$BuiltIn
  Tracer = picocli.CommandLine$Tracer of picocli.CommandLine
  public TypeConversionException = picocli.CommandLine$TypeConversionException of picocli.CommandLine