Module lib_ruby_parser::traverse::visitor [−][src]
Expand description
Module that performs top-down visiting of all nodes on a given AST
Structs
| Visitor | Generic visitor of |
Enums
| Item | Enum of all types of parent->child transitions during traversing |
Traits
| Observer | Trait that must be implement to observe actions
that are performed by |