Crate swc_ecma_regexp_visit
Source - fields
- All
- Visit all children nodes. This converts VisitAlltoVisit. The type
parameterVshould implementVisitAllandAll<V>implementsVisit.
- AstParentKind
- AstParentNodeRef
- NodeRef
- Fold
- A visitor trait for traversing the AST.
- FoldAstPathpath
- A visitor trait for traversing the AST.
- FoldWith
- A trait implemented for types that can be visited using a visitor.
- FoldWithAstPathpath
- A trait implemented for types that can be visited using a visitor.
- Visit
- A visitor trait for traversing the AST.
- VisitAstPathpath
- A visitor trait for traversing the AST.
- VisitMut
- A visitor trait for traversing the AST.
- VisitMutAstPathpath
- A visitor trait for traversing the AST.
- VisitMutWith
- A trait implemented for types that can be visited using a visitor.
- VisitMutWithAstPathpath
- 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.
- VisitWithAstPathpath
- A trait implemented for types that can be visited using a visitor.
- AstKindPath
- AstNodePath