Module syntax::visit[src]
Enums
| FnKind |
Traits
| Visitor | Each method of the Visitor trait is a hook to be potentially
overridden. Each method's default implementation recursively visits
the substructure of the input via the corresponding |
Functions
| generics_of_fn | |
| name_of_fn | |
| skip_ty | |
| walk_arm | |
| walk_block | |
| walk_crate | |
| walk_decl | |
| walk_enum_def | |
| walk_explicit_self | |
| walk_expr | |
| walk_expr_opt | |
| walk_exprs | |
| walk_fn | |
| walk_fn_decl | |
| walk_foreign_item | |
| walk_generics | |
| walk_inlined_item | |
| walk_item | |
| walk_local | |
| walk_mac | |
| walk_method_helper | |
| walk_mod | |
| walk_pat | |
| walk_path | |
| walk_stmt | |
| walk_struct_def | |
| walk_struct_field | |
| walk_trait_method | |
| walk_trait_ref_helper | Like with walk_method_helper this doesn't correspond to a method in Visitor, and so it gets a _helper suffix. |
| walk_ty | |
| walk_ty_method | |
| walk_ty_param_bounds | |
| walk_variant | |
| walk_view_item |