This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: quickie about visibility
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Cc: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>, java at gcc dot gnu dot org
- Date: Tue, 22 Jan 2002 22:57:22 -0500 (EST)
- Subject: Re: quickie about visibility
On Wed, 23 Jan 2002, Bryce McKinlay wrote:
> You can not declare a method with non-Java arguments within a Java type.
> You will have to declare this method outside of "extern "Java"". Perhaps
> you could declare another, non-Java class which peers the Java class.
Hmm... couldn't the non-java type be concealed as a gnu.gcj.RawData?
Jeff