class jarviz.shadow.picocli.CommandLine$BuiltIn$DoubleConverter extends java.lang.Object implements jarviz.shadow.picocli.CommandLine$ITypeConverter { void () { jarviz.shadow.picocli.CommandLine$BuiltIn$DoubleConverter v; v := @this: jarviz.shadow.picocli.CommandLine$BuiltIn$DoubleConverter; specialinvoke v.()>(); return; } public java.lang.Double convert(java.lang.String) { jarviz.shadow.picocli.CommandLine$TypeConversionException v; java.lang.Double v; jarviz.shadow.picocli.CommandLine$BuiltIn$DoubleConverter v; java.lang.Class v; java.lang.String v; java.lang.Exception v; v := @this: jarviz.shadow.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; } }