Traits§
- Traverse an expression tree.
Functions§
- 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.