class SyntaxTree::Visitor
explicitly handle a node type by defining a visit_* method.
and handle a subset of nodes. By defining your own subclass, you can
Visitor is a parent class that provides the ability to walk down the tree
explicitly handle a node type by defining a visit_* method.
and handle a subset of nodes. By defining your own subclass, you can
Visitor is a parent class that provides the ability to walk down the tree