class org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$URLConverter extends java.lang.Object implements org.junit.platform.console.shadow.picocli.CommandLine$ITypeConverter
{
void <init>()
{
org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$URLConverter v;
v := @this: org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$URLConverter;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.net.URL convert(java.lang.String) throws java.net.MalformedURLException
{
java.lang.String v;
org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$URLConverter v;
java.net.URL v;
v := @this: org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$URLConverter;
v := @parameter: java.lang.String;
v = new java.net.URL;
specialinvoke v.<java.net.URL: void <init>(java.lang.String)>(v);
return v;
}
}