{if (true) return orderCols;}
throw new Error("Missing return statement in function");
}
final public void sortSpecification(OrderByList orderCols) throws ParseException, StandardException {
OrderByColumn orderCol;
orderCol = sortKey();
switch (jj_nt.kind) {
case ASC:
case DESC:
orderingSpecification(orderCol);