Module full_moon::visitors

source ·
Expand description

Used to create visitors that recurse through Ast nodes.

Traits

  • A trait that implements functions to listen for specific nodes/tokens. Unlike VisitorMut, nodes/tokens passed are immutable.
  • A trait that implements functions to listen for specific nodes/tokens. Unlike Visitor, nodes/tokens passed are mutable.