Module fuzzy_pickles::visit

source ·
Expand description

Visitors of the AST

Enums

Directs the visitor to continue processing the children of the current code or not.

Traits

An AST node that can be visited
A visitor of AST nodes
A visitor of mutable AST nodes