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