Crate swc_ecma_regexp_visit
Source - fields
- All
- Visit all children nodes. This converts
VisitAll to Visit. The type
parameter V should implement VisitAll and All<V> implements Visit.
- AstParentKind
- AstParentNodeRef
- NodeRef
- Fold
- A visitor trait for traversing the AST.
- FoldAstPath
path - A visitor trait for traversing the AST.
- FoldWith
- A trait implemented for types that can be visited using a visitor.
- FoldWithAstPath
path - A trait implemented for types that can be visited using a visitor.
- Visit
- A visitor trait for traversing the AST.
- VisitAstPath
path - A visitor trait for traversing the AST.
- VisitMut
- A visitor trait for traversing the AST.
- VisitMutAstPath
path - A visitor trait for traversing the AST.
- VisitMutWith
- A trait implemented for types that can be visited using a visitor.
- VisitMutWithAstPath
path - A trait implemented for types that can be visited using a visitor.
- VisitWith
- A trait implemented for types that can be visited using a visitor.
- VisitWithAstPath
path - A trait implemented for types that can be visited using a visitor.
- AstKindPath
- AstNodePath