new Generator(context, model).emit();
return context.getQualifiedTypeName();
}
private void emit() throws IOException {
ClassDeclaration decl = f.newClassDeclaration(
new JavadocBuilder(f)
.text("Hive ORCFile data format for ") //$NON-NLS-1$
.linkType(context.resolve(model.getSymbol()))
.text(".") //$NON-NLS-1$
.toJavadoc(),