Module lib_ruby_parser::traverse::finder [−][src]
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 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 | Finder item, used to specify part of the path you want to go in AST |