Traits§
- Expr
Visitor - 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.
ExprVisitor::visit_expr
that simply dispatches to other
methods based on the type of the expression.