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 Node.

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 Visitor while it traverses given Node.