class picocli.CommandLine$BuiltIn$IntegerConverter implements picocli.CommandLine$ITypeConverter<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: picocli.CommandLine$BuiltIn$IntegerConverter
  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$IntegerConverter this
         0: .line 12676
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // picocli.CommandLine$BuiltIn$IntegerConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$BuiltIn$IntegerConverter;

  public java.lang.Integer convert(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // picocli.CommandLine$BuiltIn$IntegerConverter this
        start local 1 // java.lang.String value
         0: .line 12677
            aload 1 /* value */
            invokestatic java.lang.Integer.valueOf:(Ljava/lang/String;)Ljava/lang/Integer;
         1: areturn
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: pop
            aload 1 /* value */
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            ldc "'%s' is not an %s"
            invokestatic picocli.CommandLine$BuiltIn.fail:(Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;)Lpicocli/CommandLine$TypeConversionException;
            athrow
        end local 1 // java.lang.String value
        end local 0 // picocli.CommandLine$BuiltIn$IntegerConverter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lpicocli/CommandLine$BuiltIn$IntegerConverter;
            0    3     1  value  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    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$IntegerConverter.convert:(Ljava/lang/String;)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Lpicocli/CommandLine$ITypeConverter<Ljava/lang/Integer;>;
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  private BuiltIn = picocli.CommandLine$BuiltIn of picocli.CommandLine
  IntegerConverter = picocli.CommandLine$BuiltIn$IntegerConverter of picocli.CommandLine$BuiltIn
  public abstract ITypeConverter = picocli.CommandLine$ITypeConverter of picocli.CommandLine
  public TypeConversionException = picocli.CommandLine$TypeConversionException of picocli.CommandLine