octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #48593] function struct on java objects


From: Ernst Reissner
Subject: [Octave-bug-tracker] [bug #48593] function struct on java objects
Date: Tue, 23 Aug 2016 13:23:23 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Follow-up Comment #6, bug #48593 (project octave):

to implement struct, 
one has to find out a list of field names as strings. 
To that end, get_invoke_list (JNIEnv *jni_env, void *jobj_arg)
returning the list of fields and methods is broken into two halfs, 
both implemented by get_mf_list 
which return either fields or methods depending on a parameter. 

I provided in comments the methods get_field_list and get_method_list which
are an alternative to get_mf_list. 

Dear reviewer, 
take whatever you consider better and drop the rest. 

(file #38328)
    _______________________________________________________

Additional Item Attachment:

File name: patchBug48593F.patch           Size:10 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48593>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]