Module full_moon::visitors[][src]

Expand description

Used to create visitors that recurse through Ast nodes.

Traits

Visitor

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

VisitorMut

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