Expand description

Expression rewriter

Enums

Traits

  • A trait for marking types that are rewritable by ExprRewriter
  • Trait for potentially recursively rewriting an Expr expression tree. When passed to Expr::rewrite, ExpressionVisitor::mutate is invoked recursively on all nodes of an expression tree.

Functions