Mentions légales du service

Skip to content
Snippets Groups Projects
Tomofumi Yuki's avatar
Tomofumi Yuki authored
Handling of subclasses and generation of visitors were limited to
StructToClassMapping (for reasons I don't remember). This has been
changed to support any ClassMapping that support inheritance.

The old visitor was a non-standard one that returns some 'Object' and
takes two arguments for each call of accept. (It seemed like it is a
weird mix of visitor and switch.) This has been changed to a more
standard visitor pattern.
ed3ca046
History