Modules§
Structs§
- All
- Visit all children nodes. This converts
VisitAll
toVisit
. The type parameterV
should implementVisitAll
andAll<V>
implementsVisit
.
Enums§
Traits§
- Fold
- A visitor trait for traversing the AST.
- Fold
AstPath path
- A visitor trait for traversing the AST.
- Fold
With - A trait implemented for types that can be visited using a visitor.
- Fold
With AstPath path
- A trait implemented for types that can be visited using a visitor.
- Visit
- A visitor trait for traversing the AST.
- Visit
AstPath path
- A visitor trait for traversing the AST.
- Visit
Mut - A visitor trait for traversing the AST.
- Visit
MutAst Path path
- A visitor trait for traversing the AST.
- Visit
MutWith - A trait implemented for types that can be visited using a visitor.
- Visit
MutWith AstPath path
- A trait implemented for types that can be visited using a visitor.
- Visit
With - A trait implemented for types that can be visited using a visitor.
- Visit
With AstPath path
- A trait implemented for types that can be visited using a visitor.