I find
MAWriter-visitReferenceDescription: anObject
self visitElementDescription: anObject
should that be?
MAWriter-visitReferenceDescription: anObject
self visitElementDescription: anObject reference
No, MAWriter is an abstract class inheriting this method from
MAVisitor. The code is the default behavior of the visitor without
any interpretation. MAStringWriter, a subclass of MAWriter, changes
this for example to:
MAStringWriter>>visitToOneRelationDescription: aDescription
self visit: self object description
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch