This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GIJ _Jv_InterpMethod::run question
- From: Tom Tromey <tromey at redhat dot com>
- To: Kyle Galloway <kgallowa at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: 11 Jul 2006 12:41:41 -0600
- Subject: Re: GIJ _Jv_InterpMethod::run question
- References: <44B3EF4E.1020606@redhat.com>
- Reply-to: tromey at redhat dot com
Kyle> I had another GIJ related question. In InterpMethod::run, does anyone
Kyle> know how to get the instance of the class that the method belogs
Kyle> to.
'meth->defining_class'
Tom