TypeDeclaration type = generator.generate();
if (type == null) {
sawError = true;
return;
}
List<ImportDeclaration> decls = imports.toImportDeclarations();
try {
emit(key, f, packageDecl, decls, type, operatorClass.getElement());
} catch (IOException e) {
LOG.debug(e.getMessage(), e);