Index: doc/next-migration.html =================================================================== diff -u -rcf6d3e49135f07d35079b7ee25a02d394031a746 -rd8d920f2976691dcf8e2a68b336eb253385030f6 --- doc/next-migration.html (.../next-migration.html) (revision cf6d3e49135f07d35079b7ee25a02d394031a746) +++ doc/next-migration.html (.../next-migration.html) (revision d8d920f2976691dcf8e2a68b336eb253385030f6) @@ -954,13 +954,36 @@
obj info methods ?pattern?
obj info callable ?pattern?
obj info callable methods ... ?pattern?
+ # Returns list of method names
+
# List only application specific methods
obj info callable -application
# List only application specific methods
obj info callable methods -application ... ?pattern?
+ # Returns list of method names
+
# Options for 'info methods'
+ #
+ # -incontext
+ # -nomixins
+
+
# Options for 'info callable
+ methods'
+ #
+ # -application
+ # -callprotection ...
+ # -incontext
+ # -methodtype ...
+ # -nomixins
+
+
obj procsearch methodName
obj info callable -which methodName
obj info callable method methodName
+ # Returns method-handle
obj filtersearch methodName
obj info method filter methodName
obj info callable filter methodName
+ # Returns method-handle
obj info filter ?-order? ?-guards? ?pattern?
obj info filter ?-order? ?-guards? ?pattern?
self next
current next
self filterreg
current filterreg