Getting public properties and methods?

Writing and using Classes in Dyalog APL
Post Reply
User avatar
norbertjurkiewicz84
Posts: 62
Joined: Mon Nov 01, 2010 7:26 pm

Getting public properties and methods?

Post by norbertjurkiewicz84 »

Is there a clean way to get a list of public methods and properties without creating an instance of an object?

      ⎕NL ¯2 ¯3


Only works on an instance.
User avatar
JohnD|Dyalog
Posts: 74
Joined: Wed Oct 01, 2008 9:35 am

Re: Getting public properties and methods?

Post by JohnD|Dyalog »

Hi Norbert,

There's no way to currently do this, but we are investigating possibilities for 17.0.

Regards,
John Daintree
Post Reply