}
protected JRStyle evaluateConditionalStyle(JRStyle initialStyle, byte evaluation) throws JRException
{
JRStyle consolidatedStyle = initialStyle;
StringBuffer code = new StringBuffer();
List condStylesToApply = new ArrayList();
boolean anyTrue = buildConsolidatedStyle(initialStyle, evaluation, code, condStylesToApply);