/* 556 */ orderByNode.jjtAccept(this, orderBy);
/* */
/* 559 */ for (int i = 0; i < orderByNode.jjtGetNumChildren(); i++)
/* */ {
/* 561 */ Node orderByPath = orderByNode.jjtGetChild(i);
/* 562 */ ASTPath path = (ASTPath)orderByPath.jjtGetChild(0);
/* 563 */ if (isSelected(path))
/* */ continue;
/* 565 */ select.append(", ");
/* 566 */ path.jjtAccept(this, select);
/* */ }