Hierarchical visitor pattern
Appearance
![]() | It has been suggested that this article be merged into Visitor pattern. (Discuss) Proposed since June 2015. |
In software engineering, the hierarchical visitor pattern is one of design patterns that intend to provide a way to visit every node in the hierarchical data structure such as a tree.
See also
External links