@Override
 protected final Optional<Expression> visitExprRootNode(ExprRootNode node) {
   return visit(node.getRoot());
 }