Index: doc/migration1-2.html
===================================================================
diff -u -rff41e1a0cb88c3aa7b96ca3b67b27043794991b0 -rc619db7db573de1047ec1810dc0a8dc4d86ce98d
--- doc/migration1-2.html (.../migration1-2.html) (revision ff41e1a0cb88c3aa7b96ca3b67b27043794991b0)
+++ doc/migration1-2.html (.../migration1-2.html) (revision c619db7db573de1047ec1810dc0a8dc4d86ce98d)
@@ -321,7 +321,119 @@
obj info callable -which methodName |
-
+
+List definition of scripted methods defined by classes
+
+
+ XOTcl 1 | XOTcl 2 |
+
+ cls info instbody methodName |
+ cls info method body methodName |
+
+
+ cls info instargs methodName |
+ cls info method args methodName |
+
+
+ cls info instnonposargs methodName |
+ cls info method parameter methodName |
+
+
+ cls info instdefault methodName |
+ cls info method parameter methodName |
+
+
+ cls info instpre methodName |
+ cls info method precondition methodName |
+
+
+ cls info instpost methodName |
+ cls info method postcondition methodName |
+
+
+ n.a. |
+ cls info method definition methodName |
+
+
+
+List definition of scripted object specific methods
+
+
+ XOTcl 1 | XOTcl 2 |
+
+ obj info body methodName |
+ obj info method body methodName |
+
+
+ obj info args methodName |
+ obj info method args methodName |
+
+
+ obj info nonposargs methodName |
+ obj info method parameter methodName |
+
+
+ obj info default methodName |
+ obj info method parameter methodName |
+
+
+ obj info pre methodName |
+ obj info method precondition methodName |
+
+
+ obj info post methodName |
+ obj info method postcondition methodName |
+
+
+ n.a. |
+ obj info method definition methodName |
+
+
+For definition of class object specific methods, use modifier
+ object
as shown in examples above.
+
+
+List definition of methods defined by aliases, setters or forwarders
+
+ XOTcl 1 | XOTcl 2 |
+
+ n.a. |
+ obj info method definition methodName |
+
+
+ n.a. |
+ cls info method definition methodName |
+
+
+List fully qualified name of method
+
+ XOTcl 1 | XOTcl 2 |
+
+ n.a. |
+ obj info method name methodName |
+
+
+ n.a. |
+ cls info method name methodName |
+
+
+List type of a method
+
+ XOTcl 1 | XOTcl 2 |
+
+ n.a. |
+ obj info method type methodName |
+
+
+ n.a. |
+ cls info method type methodName |
+
+
+
+
Predefined Methods
Dispatch, Aliases, etc.
Assertions
@@ -369,5 +481,5 @@
- Last modified: Tue Jan 5 18:26:03 CET 2010
+ Last modified: Tue Jan 5 19:00:20 CET 2010