Unicon implementors:

I have occasion to look into my objects to see what the methods are.  How
stable is the implementation of classes likely to be?  Could this break with
any future release of Unicon?

procedure methodnames( instref )
  # fail if instref is not a reference to an instance of a class
  type(instref) ? find("__state") | fail
  # generate the fieldnames
  every suspend fieldnames( instref.__m )
end 


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to