Module finder

Source
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.
PatternError
An error that is returned when attempting to build a finder::Item from a string that can’t be recognized

Enums§

PatternItem
Enum of all types of parent->child transitions during traversing