Re: [Jastadd] Synthesized attribute + methods with the same name

From: Jesper Öqvist <jesper.oqvist_at_cs.lth.se>
Date: Fri, 19 Oct 2012 11:55:41 +0200

Thank you for the bug report, I will look into this.

/Jesper

On 10/19/2012 11:10 AM, Jon Sten wrote:
>
> Hi
>
> Consider the following AST:
>
> abstract A;
>
> B : A;
>
> C : A;
>
> and Jrag:
>
> aspect test{
>
> syn boolean A.m();
>
> eq B.m() = false;
>
> eq C.m() = true;
>
> syn boolean A.m(boolean v) = m();
>
> eq C.m(boolean v) = v;
>
> }
>
> The expected class for A would contain the two methods:
>
> public abstract boolean m();
>
> public boolean m(boolean v) = m();
>
> However no abstract method m() is generated, only m(boolean v).
>
> I get the feeling that something is wrong here, could you please look
> in to it.
>
> Best Regards
>
> *Jon STEN, MSc*
>
> Software Engineer
>
> Simulation & Optimization Technology
>
> Phone direct: +46 46 286 2211
> Email: jon.sten_at_modelon.com <mailto:johan.akesson_at_modelon.com>
>
>
> Description: Description: Description: Modelon_2011_Gradient_RGB_400
>
> ------------------------------------------------------------------------
>
> Modelon AB
> Ideon Science Park
> SE-223 70 Lund, Sweden
>
>
>
> Phone: +46 46 286 2200
> Fax: +46 46 286 2201
>
>
>
>
> Web: http://www.modelon.com <http://www.modelon.com/>
>
> This email and any attachments are intended solely for the use of the
> individual or entity to whom it is addressed and may be confidential
> and/or privileged. If you are not one of the named recipients or have
> received this email in error, (i) you should not read, disclose, or
> copy it, (ii) please notify sender of your receipt by reply email and
> delete this email and all attachments, (iii) Modelon does not accept
> or assume any liability or responsibility for any use of or reliance
> on this email.
>
>
> _______________________________________________
> JastAdd mailing list
> JastAdd_at_cs.lth.se
> https://mail1.cs.lth.se/cgi-bin/mailman/listinfo/jastadd
Received on Fri Oct 19 2012 - 11:55:37 CEST

This archive was generated by hypermail 2.3.0 : Wed Apr 16 2014 - 17:19:06 CEST