cl_ast::ast_visitor

Module visit

Source
Expand description

A visitor (implementer of the Visit trait) walks the immutable AST, mutating itself.

Traits§

  • Immutably walks the entire AST

Functions§