protected List<ConstructorParameter> createParameters() {
return new ArrayList<ConstructorParameter>();
}
public NewConstructorParameter newParameter() {
final NewConstructorParameterImpl parameter = new NewConstructorParameterImpl();
parameter.setGeneratorContext(this.getGeneratorContext());
this.addParameter(parameter);
return parameter;
}