Home

Awesome

VisitorGenerator

Quick utility to generate diverse kinds of base visitors for an object hierarchy.

VisitorsGenerator generateForRootClass: YourHierarchyClassRoot
Generates multiple kinds of base visitor to inherit from to define visitor for a class hierarchy.

I also add the acceptVisitor: method on each class of the hierarchy.