typeArray[typeIndex] = x_Type_instance;
// install the standard generator
// this is sharable by all views, since the CAS is passed to the generator
// Also sharable by all in a CasPool, except for "swapping" due to PEARs/Classloaders.
if (!alreadyLoaded) {
final TypeSystemImpl ts = casImpl.getTypeSystemImpl();
fsGenerators[casType.getCode()] = new JCasFsGenerator(typeIndex, cType,
jcasTypeInfo.isSubtypeOfAnnotationBase, ts.sofaNumFeatCode, ts.annotSofaFeatCode);
// this.casImpl.getFSClassRegistry().loadJCasGeneratorForType(typeIndex, cType, casType,
// jcasTypeInfo.isSubtypeOfAnnotationBase);
}