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 @@ XOTclNext Scripting Language obj info methods ?pattern? - obj info callable ?pattern? + obj info callable methods ... ?pattern?
+ # Returns list of method names +
n.a. - # 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
+
+
+

List object/class where some method is defined

@@ -969,11 +992,13 @@ XOTclNext Scripting Language 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
@@ -1053,8 +1078,7 @@ XOTclNext Scripting Language obj info filter ?-order? ?-guards? ?pattern? - # ... info filter -order ... returns now - method-handles
+ # ... info filter -order ... returns method-handles
# instead of triples (applies to all three variants)


obj info filter ?-order? ?-guards? ?pattern? @@ -1249,12 +1273,12 @@ self next - # Returns now method-handle
+ # Returns method-handle
current next self filterreg - # Returns now method-handle
+ # Returns method-handle
current filterreg @@ -1371,6 +1395,6 @@
- Last modified: Wed Aug 18 14:45:57 CEST 2010 + Last modified: Thu Aug 19 14:50:52 CEST 2010