Expand description

Module that performs a search of AST nodes on a given AST

Structs§

  • A struct to find sub-nodes in AST by by a given Pattern
  • Pattern that is used for matching.
  • An error that is returned when attempting to build a finder::Item from a string that can’t be recognized

Enums§

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