class org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$PatternConverter extends java.lang.Object implements org.junit.platform.console.shadow.picocli.CommandLine$ITypeConverter
{
void <init>()
{
org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$PatternConverter v;
v := @this: org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$PatternConverter;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.util.regex.Pattern convert(java.lang.String)
{
org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$PatternConverter v;
java.lang.String v;
java.util.regex.Pattern v;
v := @this: org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$PatternConverter;
v := @parameter: java.lang.String;
v = staticinvoke <java.util.regex.Pattern: java.util.regex.Pattern compile(java.lang.String)>(v);
return v;
}
}