final Name stylesDataClassName)
throws Exception
{
final CSSReducer reducer = new CSSReducer(project, cssDocument, abcEmitter, cssCompilationSession, true);
final CSSEmitter cssEmitter = new CSSEmitter(reducer);
cssEmitter.burm(cssDocument);
final InstructionList cinit = reducer.getClassInitializationInstructions();
cinit.addInstruction(ABCConstants.OP_returnvoid);
final ClassGeneratorHelper helper = new ClassGeneratorHelper(
project,