class jarviz.shadow.picocli.CommandLine$BuiltIn$URIConverter extends java.lang.Object implements jarviz.shadow.picocli.CommandLine$ITypeConverter
{
void <init>()
{
jarviz.shadow.picocli.CommandLine$BuiltIn$URIConverter v;
v := @this: jarviz.shadow.picocli.CommandLine$BuiltIn$URIConverter;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.net.URI convert(java.lang.String) throws java.net.URISyntaxException
{
jarviz.shadow.picocli.CommandLine$BuiltIn$URIConverter v;
java.lang.String v;
java.net.URI v;
v := @this: jarviz.shadow.picocli.CommandLine$BuiltIn$URIConverter;
v := @parameter: java.lang.String;
v = new java.net.URI;
specialinvoke v.<java.net.URI: void <init>(java.lang.String)>(v);
return v;
}
}