public abstract class io.vertx.codegen.format.Case extends java.lang.Object
{
public void <init>()
{
io.vertx.codegen.format.Case v;
v := @this: io.vertx.codegen.format.Case;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.String name()
{
java.lang.UnsupportedOperationException v;
io.vertx.codegen.format.Case v;
v := @this: io.vertx.codegen.format.Case;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>()>();
throw v;
}
public java.lang.String format(java.lang.Iterable)
{
java.lang.UnsupportedOperationException v;
java.lang.Iterable v;
io.vertx.codegen.format.Case v;
v := @this: io.vertx.codegen.format.Case;
v := @parameter: java.lang.Iterable;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>()>();
throw v;
}
public java.util.List parse(java.lang.String)
{
java.lang.UnsupportedOperationException v;
java.lang.String v;
io.vertx.codegen.format.Case v;
v := @this: io.vertx.codegen.format.Case;
v := @parameter: java.lang.String;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>()>();
throw v;
}
public java.lang.String 'to'(io.vertx.codegen.format.Case, java.lang.String)
{
java.util.List v;
io.vertx.codegen.format.Case v, v;
java.lang.String v, v;
v := @this: io.vertx.codegen.format.Case;
v := @parameter: io.vertx.codegen.format.Case;
v := @parameter: java.lang.String;
v = virtualinvoke v.<io.vertx.codegen.format.Case: java.util.List parse(java.lang.String)>(v);
v = virtualinvoke v.<io.vertx.codegen.format.Case: java.lang.String format(java.lang.Iterable)>(v);
return v;
}
protected static java.util.List split(java.lang.String, java.lang.String)
{
java.lang.String[] v;
java.util.List v, v;
int v;
java.lang.String v, v, v;
boolean v;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v = virtualinvoke v.<java.lang.String: java.lang.String[] split(java.lang.String)>(v);
v = lengthof v;
if v != 1 goto label;
v = v[0];
v = virtualinvoke v.<java.lang.String: boolean isEmpty()>();
if v == 0 goto label;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
return v;
label:
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
return v;
}
public static java.util.Map vars()
{
java.util.Iterator v;
io.vertx.codegen.format.Case[] v;
java.util.HashMap v;
java.util.List v;
io.vertx.codegen.format.Case v, v, v, v, v;
java.lang.Object v;
java.lang.String v, v;
boolean v;
v = new java.util.HashMap;
specialinvoke v.<java.util.HashMap: void <init>()>();
v = newarray (io.vertx.codegen.format.Case)[5];
v = <io.vertx.codegen.format.CamelCase: io.vertx.codegen.format.Case INSTANCE>;
v[0] = v;
v = <io.vertx.codegen.format.QualifiedCase: io.vertx.codegen.format.Case INSTANCE>;
v[1] = v;
v = <io.vertx.codegen.format.SnakeCase: io.vertx.codegen.format.Case INSTANCE>;
v[2] = v;
v = <io.vertx.codegen.format.KebabCase: io.vertx.codegen.format.Case INSTANCE>;
v[3] = v;
v = <io.vertx.codegen.format.LowerCamelCase: io.vertx.codegen.format.Case INSTANCE>;
v[4] = v;
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = virtualinvoke v.<io.vertx.codegen.format.Case: java.lang.String name()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("CASE_\u0001");
virtualinvoke v.<java.util.HashMap: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
goto label;
label:
return v;
}
}