Class Relations
- class: ::nx::EnsembleObject
::nx::EnsembleObject create ::nx::Object::slot::__info::object::method
Methods (to be applied on the object)
args (scripted)
: ::nsf::methods::object::info::method args $name
body (scripted)
: ::nsf::methods::object::info::method body $name
callprotection (scripted)
if {[::nsf::method::property [self] -per-object $name call-protected]} {
return protected
} elseif {[::nsf::method::property [self] -per-object $name call-private]} {
return private
} else {
return public
}
debug (scripted)
::nsf::method::property [self] -per-object $name debug
definition (scripted)
: ::nsf::methods::object::info::method definition $name
definitionhandle (scripted)
: ::nsf::methods::object::info::method definitionhandle $name
deprecated (scripted)
::nsf::method::property [self] -per-object $name deprecated
exists (scripted)
: ::nsf::methods::object::info::method exists $name
handle (scripted)
: ::nsf::methods::object::info::method definitionhandle $name
origin (scripted)
: ::nsf::methods::object::info::method origin $name
parameters (scripted)
set defs [: ::nsf::methods::object::info::method parameter $name]
if {[info exists pattern]} {return [::nsf::parameter::filter $defs $pattern]}
return $defs
registrationhandle (scripted)
: ::nsf::methods::object::info::method registrationhandle $name
returns (scripted)
: ::nsf::methods::object::info::method returns $name
submethods (scripted)
: ::nsf::methods::object::info::method submethods $name
syntax (scripted)
return [string trimright "/obj/ [namespace tail $name] [: ::nsf::methods::object::info::method syntax $name]" { }]
type (scripted)
: ::nsf::methods::object::info::method type $name