problems.add(new CSSCodeGenProblem(e));
}
getProblems().addAll(problems);
if (!hasStyleTags) // don't duplicate traits if there's a second style block
reducer.visitClassTraits(ctraits);
cinitInsns.addAll(reducer.getClassInitializationInstructions());
hasStyleTags = true;
}
/**