public class io.vertx.codegen.PackageModel extends java.lang.Object implements io.vertx.codegen.Model
{
private static final java.lang.String IDENTIFIER;
private static final java.util.regex.Pattern PACKAGE_NAME_VALIDATOR;
public static final io.vertx.codegen.format.QualifiedCase CASE;
private final java.lang.String fqn;
private final io.vertx.codegen.ModuleInfo module;
public void <init>(java.lang.String, io.vertx.codegen.ModuleInfo)
{
io.vertx.codegen.PackageModel v;
io.vertx.codegen.ModuleInfo v;
java.lang.String v;
v := @this: io.vertx.codegen.PackageModel;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.codegen.ModuleInfo;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.codegen.PackageModel: java.lang.String fqn> = v;
v.<io.vertx.codegen.PackageModel: io.vertx.codegen.ModuleInfo module> = v;
return;
}
public boolean process()
{
io.vertx.codegen.PackageModel v;
v := @this: io.vertx.codegen.PackageModel;
return 0;
}
public java.lang.String getKind()
{
io.vertx.codegen.PackageModel v;
v := @this: io.vertx.codegen.PackageModel;
return "package";
}
public javax.lang.model.element.Element getElement()
{
io.vertx.codegen.PackageModel v;
v := @this: io.vertx.codegen.PackageModel;
return null;
}
public java.lang.String getFqn()
{
io.vertx.codegen.PackageModel v;
java.lang.String v;
v := @this: io.vertx.codegen.PackageModel;
v = v.<io.vertx.codegen.PackageModel: java.lang.String fqn>;
return v;
}
public java.util.Map getVars()
{
java.util.Map v;
io.vertx.codegen.PackageModel v;
io.vertx.codegen.ModuleInfo v;
java.lang.String v;
v := @this: io.vertx.codegen.PackageModel;
v = specialinvoke v.<io.vertx.codegen.Model: java.util.Map getVars()>();
v = v.<io.vertx.codegen.PackageModel: java.lang.String fqn>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>("fqn", v);
v = v.<io.vertx.codegen.PackageModel: io.vertx.codegen.ModuleInfo module>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>("module", v);
return v;
}
public io.vertx.codegen.ModuleInfo getModule()
{
io.vertx.codegen.PackageModel v;
io.vertx.codegen.ModuleInfo v;
v := @this: io.vertx.codegen.PackageModel;
v = v.<io.vertx.codegen.PackageModel: io.vertx.codegen.ModuleInfo module>;
return v;
}
static void <clinit>()
{
io.vertx.codegen.format.QualifiedCase v;
java.util.regex.Pattern v, v;
v = staticinvoke <java.util.regex.Pattern: java.util.regex.Pattern compile(java.lang.String)>("^((\\p{Alnum}(\\p{Alnum}|$|_)*)(\\.(\\p{Alnum}(\\p{Alnum}|$|_)*))*)?$");
<io.vertx.codegen.PackageModel: java.util.regex.Pattern PACKAGE_NAME_VALIDATOR> = v;
v = new io.vertx.codegen.format.QualifiedCase;
v = <io.vertx.codegen.PackageModel: java.util.regex.Pattern PACKAGE_NAME_VALIDATOR>;
specialinvoke v.<io.vertx.codegen.format.QualifiedCase: void <init>(java.util.regex.Pattern)>(v);
<io.vertx.codegen.PackageModel: io.vertx.codegen.format.QualifiedCase CASE> = v;
return;
}
}