public void visit(ColumnExpression entity) {
   wGetVisitor1().visit(entity.getExpression());
   wGetVisitor1().visit(entity.getAlias());
 }