Index: doc/info.man.inc =================================================================== diff -u -r497451f32e6bd57a366800f0851789d555feaca8 -r74410faa4683cf47d67e7aade09c132f6bf1f87d --- doc/info.man.inc (.../info.man.inc) (revision 497451f32e6bd57a366800f0851789d555feaca8) +++ doc/info.man.inc (.../info.man.inc) (revision 74410faa4683cf47d67e7aade09c132f6bf1f87d) @@ -45,10 +45,16 @@ [item] [const body] returns the body script of [arg methodName]. +[item] [const callprotection] returns the call-protection level set for [arg methodName]; possible values: [const public], [const protected], [const private]. + +[item] [const debug] returns 1 if [arg methodName] is in debug mode, 0 otherwise. + [item] [const definition] returns a canonical command list which allows for (re-)define [arg methodName]. [item] [const definitionhandle] returns the [term "method handle"] for a [term "submethod"] in a [term "method ensemble"] from the perspective of [arg [vset CMD]] as method provider. [arg methodName] must contain a complete [term "method path"]. +[item] [const deprecated] returns 1 if [arg methodName] is deprecated, 0 otherwise. + [item] [const exists] returns 1 if there is a [arg methodName] provided by [arg [vset CMD]], returns 0 otherwise. [item] [const handle] returns the [term "method handle"] for [arg methodName].