public class io.vertx.codegen.doc.Doc$Factory extends java.lang.Object
{
private final javax.'annotation'.processing.Messager messager;
private final javax.lang.model.util.Elements elementUtils;
private final javax.lang.model.util.Types typeUtils;
private final io.vertx.codegen.type.TypeMirrorFactory typeFactory;
private final javax.lang.model.element.TypeElement ownerElt;
public void <init>(javax.'annotation'.processing.Messager, javax.lang.model.util.Elements, javax.lang.model.util.Types, io.vertx.codegen.type.TypeMirrorFactory, javax.lang.model.element.TypeElement)
{
io.vertx.codegen.type.TypeMirrorFactory v;
javax.lang.model.element.TypeElement v;
javax.lang.model.util.Types v;
javax.lang.model.util.Elements v;
io.vertx.codegen.doc.Doc$Factory v;
javax.'annotation'.processing.Messager v;
v := @this: io.vertx.codegen.doc.Doc$Factory;
v := @parameter: javax.'annotation'.processing.Messager;
v := @parameter: javax.lang.model.util.Elements;
v := @parameter: javax.lang.model.util.Types;
v := @parameter: io.vertx.codegen.type.TypeMirrorFactory;
v := @parameter: javax.lang.model.element.TypeElement;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.codegen.doc.Doc$Factory: javax.'annotation'.processing.Messager messager> = v;
v.<io.vertx.codegen.doc.Doc$Factory: javax.lang.model.util.Elements elementUtils> = v;
v.<io.vertx.codegen.doc.Doc$Factory: javax.lang.model.util.Types typeUtils> = v;
v.<io.vertx.codegen.doc.Doc$Factory: io.vertx.codegen.type.TypeMirrorFactory typeFactory> = v;
v.<io.vertx.codegen.doc.Doc$Factory: javax.lang.model.element.TypeElement ownerElt> = v;
return;
}
public io.vertx.codegen.doc.Doc createDoc(javax.lang.model.element.Element)
{
javax.lang.model.element.TypeElement v;
java.util.function.Function v;
javax.lang.model.util.Elements v, v;
io.vertx.codegen.doc.Text v, v, v, v, v;
java.lang.String v;
io.vertx.codegen.doc.Doc$Factory v;
javax.lang.model.element.Element v;
javax.lang.model.util.Types v;
java.util.List v;
io.vertx.codegen.doc.Doc v, v;
v := @this: io.vertx.codegen.doc.Doc$Factory;
v := @parameter: javax.lang.model.element.Element;
v = v.<io.vertx.codegen.doc.Doc$Factory: javax.lang.model.util.Elements elementUtils>;
v = interfaceinvoke v.<javax.lang.model.util.Elements: java.lang.String getDocComment(javax.lang.model.element.Element)>(v);
if v == null goto label;
v = staticinvoke <io.vertx.codegen.doc.Doc: io.vertx.codegen.doc.Doc create(java.lang.String)>(v);
v = v.<io.vertx.codegen.doc.Doc$Factory: javax.lang.model.util.Elements elementUtils>;
v = v.<io.vertx.codegen.doc.Doc$Factory: javax.lang.model.util.Types typeUtils>;
v = v.<io.vertx.codegen.doc.Doc$Factory: javax.lang.model.element.TypeElement ownerElt>;
v = staticinvoke <io.vertx.codegen.doc.Token: java.util.function.Function tagMapper(javax.lang.model.util.Elements,javax.lang.model.util.Types,javax.lang.model.element.TypeElement)>(v, v, v);
v = new io.vertx.codegen.doc.Doc;
v = virtualinvoke v.<io.vertx.codegen.doc.Doc: io.vertx.codegen.doc.Text getFirstSentence()>();
v = virtualinvoke v.<io.vertx.codegen.doc.Text: io.vertx.codegen.doc.Text map(java.util.function.Function)>(v);
v = virtualinvoke v.<io.vertx.codegen.doc.Doc: io.vertx.codegen.doc.Text getBody()>();
if v == null goto label;
v = virtualinvoke v.<io.vertx.codegen.doc.Doc: io.vertx.codegen.doc.Text getBody()>();
v = virtualinvoke v.<io.vertx.codegen.doc.Text: io.vertx.codegen.doc.Text map(java.util.function.Function)>(v);
goto label;
label:
v = null;
label:
v = virtualinvoke v.<io.vertx.codegen.doc.Doc: java.util.List getBlockTags()>();
specialinvoke v.<io.vertx.codegen.doc.Doc: void <init>(io.vertx.codegen.doc.Text,io.vertx.codegen.doc.Text,java.util.List)>(v, v, v);
return v;
label:
return null;
}
}