Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Visit All ChildrenContextA design rule for implementing thevisit methods of in a visitor design pattern.
The rule is probably application specific in that it needs to be tailored to a specific visitor implementation and may not be desirable to use with all visitor implementations (the restriction it imposes may be too strong).
DescriptionWhen implementing a visitor method for SomeSpecificClass in SomeSpecificClassHierarchy and SomeSpecificVisitor, ensure that you always call the visit method for each field of the visitedNode that also contains a visitable element.RationaleExampleDefinitionJQueryMetaLAspectJHypotheticaLRuminations-- KrisDeVolder - 05 May 2005 |