[gcjx] Patch: FYI: explicit type parameters

Ranjit Mathew rmathew@gmail.com
Sun Oct 23 03:06:00 GMT 2005


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

Tom Tromey wrote:
> I'm checking this in on the gcjx branch.
> 
> This adds support for explicit type parameters to method invocations.
> In particular it updates the parser, the model, semantic analysis, and
> the visitors.
[...]
> +++ gcjx/dump.cc 21 Oct 2005 22:18:10 -0000
[...]
> @@ -3089,6 +3099,16 @@
>    }
>  
>    void
> +  visit_generic_invocation (model_method_invocation *mi,
> +			    model_method *meth,
> +			    const ref_expression &qual,
> +                            const std::list<ref_expression> &args,
> +                            const std::list<ref_forwarding_type> &)
> +  {
> +    visit_method_invocation (mi, meth, qual, args);
> +  }

I have fleshed out this part for the pretty-printer as
shown in the attached patch and committed it.

Thanks,
Ranjit.

- --
Ranjit Mathew       Email: rmathew AT gmail DOT com

Bangalore, INDIA.     Web: http://ranjitmathew.hostingzero.com/




-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDWv5lYb1hx2wRS48RAuYGAJ9MZVW0WWwFd5MOp4BSYjCy/fNxDgCgqk6q
+ycu6F6NgFOJC9Xn6g1qCAk=
=GU12
-----END PGP SIGNATURE-----
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: p1.txt
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20051023/87a3814a/attachment.txt>


More information about the Java-patches mailing list