This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
GIJ _Jv_InterpMethod::run question
- From: Kyle Galloway <kgallowa at redhat dot com>
- To: java at gcc dot gnu dot org
- Date: Tue, 11 Jul 2006 14:34:54 -0400
- Subject: GIJ _Jv_InterpMethod::run question
I had another GIJ related question. In InterpMethod::run, does anyone
know how to get the instance of the class that the method belogs to. I
know it should be somewhere in the args array (like args[0]), but I
can't seem to get at anything I can cast into a jobject and send back to
some java code. Is there some trick to this?
Thanks,
Kyle