Let's say there is a class defined via ::class myClass. It has numerous
methods, both instance methods and class methods. If I want to enumerate
the instance methods, supp = .myClass~methods will give me a supplier
that will do so. If I specify supp = .myClass~methods(.nil), the
supplied list will only be the methods specific to myClass and not
include any inherited ones. Is there a way to enumerate the CLASS
methods of myClass, preferably those specific to myClass?
--
Gil Barmwater
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel