Siemen Baader <siemenbaa...@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