public final class io.vertx.codegen.CodeGenProcessor$compile__2383 extends java.lang.Object implements java.util.function.Function
{
public static java.util.function.Function bootstrap$()
{
io.vertx.codegen.CodeGenProcessor$compile__2383 v;
v = new io.vertx.codegen.CodeGenProcessor$compile__2383;
specialinvoke v.<io.vertx.codegen.CodeGenProcessor$compile__2383: void <init>()>();
return v;
}
public void <init>()
{
io.vertx.codegen.CodeGenProcessor$compile__2383 v;
v := @this: io.vertx.codegen.CodeGenProcessor$compile__2383;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(java.lang.Object)
{
java.lang.Object v;
java.util.regex.Pattern v;
io.vertx.codegen.CodeGenProcessor$compile__2383 v;
v := @this: io.vertx.codegen.CodeGenProcessor$compile__2383;
v := @parameter: java.lang.Object;
v = staticinvoke <java.util.regex.Pattern: java.util.regex.Pattern compile(java.lang.String)>(v);
return v;
}
}