class picocli.CommandLine$BuiltIn$ISO8601DateConverter extends java.lang.Object implements picocli.CommandLine$ITypeConverter { void () { picocli.CommandLine$BuiltIn$ISO8601DateConverter v; v := @this: picocli.CommandLine$BuiltIn$ISO8601DateConverter; specialinvoke v.()>(); return; } public java.util.Date convert(java.lang.String) { picocli.CommandLine$BuiltIn$ISO8601DateConverter v; java.util.Date v; java.text.SimpleDateFormat v; java.lang.String v, v; picocli.CommandLine$TypeConversionException v; java.text.ParseException v; v := @this: picocli.CommandLine$BuiltIn$ISO8601DateConverter; v := @parameter: java.lang.String; label: v = new java.text.SimpleDateFormat; specialinvoke v.(java.lang.String)>("yyyy-MM-dd"); v = virtualinvoke v.(v); label: return v; label: v := @caughtexception; v = new picocli.CommandLine$TypeConversionException; v = dynamicinvoke "makeConcatWithConstants" (v) ("\'\u0001\' is not a yyyy-MM-dd date"); specialinvoke v.(java.lang.String)>(v); throw v; catch java.text.ParseException from label to label with label; } }