continue;
}
if (body instanceof CrosstabRowGroupBody)
{
final CrosstabRowGroupBody cogb = (CrosstabRowGroupBody) body;
final CrosstabRowGroup otherGroup = cogb.getGroup();
if (otherGroup.getField() != null)
{
list.add(otherGroup.getField());
}
body = otherGroup.getBody();
continue;
}
if (body instanceof CrosstabColumnGroupBody)
{
final CrosstabColumnGroupBody cogb = (CrosstabColumnGroupBody) body;
final CrosstabColumnGroup otherGroup = cogb.getGroup();
if (otherGroup.getField() != null)
{
list.add(otherGroup.getField());
}
body = otherGroup.getBody();