Module expr_visitor

Source

Traits§

ExprVisitor
Traverse an expression tree.

Functions§

default_visit_expr
The default implementation of ExprVisitor::visit_expr that simply dispatches to other methods based on the type of the expression.