final NewAnonymousNestedTypeImpl type = new NewAnonymousNestedTypeImpl();
final GeneratorContext context = this.getGeneratorContext();
type.setGeneratorContext(context);
type.setEnclosingType(type);
type.setSuperType(context.getObject());
context.addType(type);
return type;
}
/**
* Generated types are concrete, only primitives have wrappers.