final ConstructorTemplatedFile body = new ConstructorTemplatedFile();
newFactoryMethod.setBody(body);
final GeneratorContext context = this.getGeneratorContext();
context.delayedBranch();
context.debug("Constructor parameter values.");
final List<Value> arguments = bean.getConstructorValues();
final Iterator<Value> argumentsIterator = arguments.iterator();
while (argumentsIterator.hasNext()) {
final Value value = argumentsIterator.next();