This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Another CNI q
- From: Tom Tromey <tromey at redhat dot com>
- To: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>
- Cc: java at gcc dot gnu dot org
- Date: 27 Jan 2002 23:06:03 -0700
- Subject: Re: Another CNI q
- References: <87zo2zoyxg.fsf@tf1.tapsellferrier.co.uk>
- Reply-to: tromey at redhat dot com
>>>>> "Nic" == Nic Ferrier <nferrier@tapsellferrier.co.uk> writes:
CNI> "CNI does not currently provide any support for interfaces,
CNI> or calling methods from an interface pointer.
CNI> This is partly because we are planning to re-do how
CNI> interfaces are implemented in gcj."
Nic> Is this true still?
Nope. Bryce implemented interface calls.
To the CNI programmer they look like ordinary method calls (just as in
Java).
Thanks for doing this btw.
Tom