public void visitListExpression(ListExpression expression) {
   visitListOfExpressions(expression.getExpressions());
 }