Skip to content

Improved Visitor Logic

Latest

Choose a tag to compare

@Ducasse Ducasse released this 15 Mar 09:35
· 107 commits to dev since this release
89b2341
  • Enhance the tree visitor so that it implements the invariant that only visitEach: is calling accept: so that we can get a handle on cutting visit of any nodes.
  • Revisit all the visitor logic to work with such logic.
  • Fixing accept: method