class picocli.CommandLine$BuiltIn$DoubleConverter extends java.lang.Object implements picocli.CommandLine$ITypeConverter { void () { picocli.CommandLine$BuiltIn$DoubleConverter v; v := @this: picocli.CommandLine$BuiltIn$DoubleConverter; specialinvoke v.()>(); return; } public java.lang.Double convert(java.lang.String) { java.lang.Double v; picocli.CommandLine$BuiltIn$DoubleConverter v; java.lang.Class v; java.lang.String v; picocli.CommandLine$TypeConversionException v; java.lang.Exception v; v := @this: picocli.CommandLine$BuiltIn$DoubleConverter; v := @parameter: java.lang.String; label: v = staticinvoke (v); label: return v; label: v := @caughtexception; v = ; v = staticinvoke (v, v); throw v; catch java.lang.Exception from label to label with label; } }