Name flexVersionSlotName = flexVersionReference.getMName();
classITraitsInit.addInstruction(ABCConstants.OP_getlex, flexVersionSlotName);
classITraitsInit.addInstruction(ABCConstants.OP_pushstring, compatibilityVersion);
classITraitsInit.addInstruction(ABCConstants.OP_setproperty, new Name("compatibilityVersionString"));
}
classITraitsInit.addInstruction(ABCConstants.OP_getlocal0);
classITraitsInit.addInstruction(ABCConstants.OP_constructsuper, 0);
classITraitsInit.addInstruction(ABCConstants.OP_returnvoid);
ClassGeneratorHelper classGen = new ClassGeneratorHelper(flexProject, emitter, generatedSystemManagerName, systemManagerClass, implementedInterfaces, classITraitsInit);
final FlexRSLInfo rslInfo = getRSLInfo();