Re: [Vala] About method overloading, constructor overloading and extension methods
- From: "geovanisouza92 gmail com" <geovanisouza92 gmail com>
- To: Luca Bruno <lethalman88 gmail com>
- Cc: Vala <vala-list gnome org>
- Subject: Re: [Vala] About method overloading, constructor overloading and extension methods
- Date: Thu, 15 May 2014 16:16:49 -0300
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]