Module lib_ruby_parser::traverse::visitor[][src]

Expand description

Module that performs top-down visiting of all nodes on a given AST

Structs

Generic visitor of Node.

Enums

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

Traits

Trait that must be implement to observe actions that are performed by Visitor while it traverses given Node.