Results 1 -
1 of
1
Visitor Combination and Traversal Control
- OOPSLA 2001 Conference Proceedings: Object-Oriented Programming Systems, Languages, and Applications
, 2001
"... The Visitor design pattern allows the encapsulation of polymorphic behavior outside the class hierarchy on which it operates. A common application of Visitor is the encapsulation of tree traversals. Unfortunately, visitors resist composition and allow little traversal control. ..."
Abstract
-
Cited by 49 (9 self)
- Add to MetaCart
The Visitor design pattern allows the encapsulation of polymorphic behavior outside the class hierarchy on which it operates. A common application of Visitor is the encapsulation of tree traversals. Unfortunately, visitors resist composition and allow little traversal control.

