this.writeInitializers(writer);
this.writeConstructors(writer);
this.writeFields(writer);
this.writeMethods(writer);
this.writeNestedTypes(writer);
context.unbranch();
} catch (final GeneratorException caught) {
this.handleWriteFailure(writer, caught);
throw caught;