[][src]Module fuzzy_pickles::visit

Visitors of the AST

Enums

Control

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

Traits

Visit

An AST node that can be visited

Visitor

A visitor of AST nodes

VisitorMut

A visitor of mutable AST nodes