This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]