Index: doc/next-migration.html =================================================================== diff -u -r99ee1ab0e5d0d04de1dc14cf190b27a0ce9edfcf -r27e11788125901ff468955117d165f70d3871ce0 --- doc/next-migration.html (.../next-migration.html) (revision 99ee1ab0e5d0d04de1dc14cf190b27a0ce9edfcf) +++ doc/next-migration.html (.../next-migration.html) (revision 27e11788125901ff468955117d165f70d3871ce0) @@ -956,14 +956,14 @@ XOTclNext Scripting Language obj info methods ?pattern? - obj info callable methods ... ?pattern?
+ obj info lookup methods ... ?pattern?
# Returns list of method names
n.a. # List only application specific methods
- obj info callable methods -application ... ?pattern?
+ obj info lookup methods -application ... ?pattern?
# Returns list of method names
@@ -975,7 +975,7 @@ # -nomixins
- # Options for 'info callable + # Options for 'info lookup methods'
#
# -application
@@ -986,6 +986,14 @@
+ + + n.a. + # List slot objects defined for obj
+ obj info lookup slots
+ # Returns list of slot objects +
+

List object/class where some method is defined

@@ -994,12 +1002,12 @@ XOTclNext Scripting Language obj procsearch methodName - obj info callable method methodName
+ obj info lookup method methodName
# Returns method-handle
obj filtersearch methodName - obj info callable filter methodName
+ obj info lookup filter methodName
# Returns method-handle
@@ -1436,6 +1444,6 @@
- Last modified: Thu Sep 9 08:48:22 CEST 2010 + Last modified: Fri Sep 10 10:36:34 CEST 2010