March 2, 2018
8:08 p.m.
Siemen Baader <siemenbaader@gmail.com> wrote:
What else could I do, apart from removing the element from its tree, creating a new (subclass) instance and then putting this element in place of the old one? Some #perform or `super` magic..?
Use composition? Generate accessing code where necessary. Is this very performance critical code? Stephan