Index: doc/next-migration.html
===================================================================
diff -u -rc6816ddd8f161680aa286d56235737f1fc27fe79 -r3d145fa523334bae381b61747a7c6178021e78d3
--- doc/next-migration.html (.../next-migration.html) (revision c6816ddd8f161680aa286d56235737f1fc27fe79)
+++ doc/next-migration.html (.../next-migration.html) (revision 3d145fa523334bae381b61747a7c6178021e78d3)
@@ -1539,7 +1539,7 @@
to variables (called parametercmd
and instparametercmd
). The
accessor functions are used normally internally when object-specific
parameters are defined (see Section 3.4).
In NX forwarders are called forward
. NX does not provide an public
+
In NX forwarders are called forward
. NX does not provide a public
available method to define variable accessors like parametercmd
in
XOTcl, but use internally the Next Scripting Framework primitive
nsf::method::setter
when appropriate.
parameter
defined as well automatically a same-named accessor
method, leading to potential name conflicts with other method names.In the examples below we show the definition of configurable an
-non-configurable instance variables using variable
and property
+
In the examples below we show the definition of configurable a non-configurable instance variables using variable
and property
respectively.