Luca, seems nice to me.

Remember me the AspectJ:


aspect VisitAspect {
           void Point.acceptVisitor(Visitor v) {
               v.visit(this);
           }
       }

But, of course, without the "pointcuts" and "voodoo syntax"
​
_______________________________________________
vala-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to