Exemplo n.º 1
0
 public void visit(OrderByElement orderByElement) throws Exception {
   orderByElement.getExpression().accept(this);
 }