Expand description
Module that performs a search of AST nodes on a given AST
Structs§
- Finder
- A struct to find sub-nodes in AST by by a given
Pattern
- Pattern
- Pattern that is used for matching.
- Pattern
Error - An error that is returned when attempting to build a finder::Item from a string that can’t be recognized
Enums§
- Pattern
Item - Enum of all types of parent->child transitions during traversing