Community
Participate
Working Groups
Build Identifier: A pattern output processor allows to access a tree of node. It would be helpful that this tree implements the visitor design pattern to ease iteration on the subnodes. For example, an accept(...) method on org.eclipse.egf.model.pattern.Node would do it. Reproducible: Always
It would also be helpful to have an DefaultPatternOutputProcessor class which implements PatternOutputProcessor and does nothing to avoid the need to implements all methods of PatternOutputProcessor
Hi, Agree with the two points. Matthieu, I think that you can split this bug into two bugs for each request. Benoît
Hi Benoit, you're right, and it came to mind as soon as I hitted the submit button :-) done : https://bugs.eclipse.org/bugs/show_bug.cgi?id=370920 Thx
Created attachment 210720 [details] implementation
The visitor class has been added.
OK