methods.Class's methods listing

^reflection:methods[class name]
^reflection:methods[class name; $.reverse(true/false) ]
   [3.4.5]

Returns the hash with all methods of the class with the specified name. The keys of the hash are methods' names, the values are strings native (for the system classes) or parser (for the user-defined classes).
The hash is sorted in reverse to the order of adding methods (the last method added will be the first). Using the
$.reverse(false) option you can specify that the elements will be in the order of the addition.   [3.4.5]


Copyright © 1997–2021 Art. Lebedev Studio | http://www.artlebedev.com Last updated: 25.04.2017