[abc-users] Strange reduction on "*" as type pattern

From: Eric Bodden <eric@bodden.de>
Date: Sat May 07 2005 - 11:10:19 BST

 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi.

For some reason I am seeing some strange parser reductions on the
following piece of advice:

    before(): call(* Test.baz()) {
        System.out.println("before 1");
    }

IT seems that abc complains about the "*" as type pattern. I am
pretty much sure that this is valid AJ syntax. However, it also
really seems to be the case that this is not covered by the
aspectj.ppg grammar. When I switch to...

    before(): call(int Test.baz()) {
        System.out.println("before 1");
    }

... it parses just fine.

Is this a bug or am I doing something wrong?

Eric

- --
Eric Bodden
RWTH Aachen University
ICQ UIN: 12656220, Skype: ericbodden, PGP: BB465582
Website: http://www.bodden.de

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0.3

iQA/AwUBQnyUCswiFCm7RlWCEQKv6QCdFo4i1dTZysycNJcvlMH1EoNsJYEAoMjT
ORUmhauQJUUyFyq0p7+EualW
=BG3R
-----END PGP SIGNATURE-----
Received on Sat May 7 11:10:31 2005

This archive was generated by hypermail 2.1.8 : Mon May 09 2005 - 13:20:05 BST