Re: [Vala] About method overloading, constructor overloading and extension methods



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"
​


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]