+
Point of view
All features
deferred class VISITOR
Summary
The "Acyclic Visitor" design pattern type marker. This class is empty as each "node visitor" must add its "visit" feature that visits the corresponding node of a Composite (and each node must inherit from VISITABLE).
For examples, look at the tools/visitor cluster of Liberty Eiffel.
See also http://www.objectmentor.com/resources/articles/acv.pdf
Direct parents
Insert list: ANY
Known children
Inherit list: EIFFEL_LIST_NODE_IMPL_VISITOR, EIFFEL_NON_TERMINAL_NODE_IMPL_VISITOR, EIFFEL_TERMINAL_NODE_IMPL_VISITOR, JSON_VISITOR, PACKRAT_VISITOR, XMLNS_NODE_VISITOR, XML_NODE_VISITOR
Overview