Class Relations
- class: ::nx::EnsembleObject
::nx::EnsembleObject create ::nx::Object::slot::__info::lookup
Methods (to be applied on the object)
filter (alias)
filters (alias)
method (alias)
methods (alias)
mixins (alias)
parameters (scripted)
return [::nsf::cmd::info parameter -context [self] [:info lookup method $methodName] {*}[expr {[info exists pattern] ? $pattern : ""}] ]
slots (scripted)
set cmd [list ::nsf::methods::object::info::lookupslots -type $type]
if {[info exists source]} {lappend cmd -source $source}
if {[info exists pattern]} {lappend cmd $pattern}
return [: {*}$cmd]
syntax (scripted)
return [::nsf::cmd::info syntax -context [self] [:info lookup method $methodName] {*}[expr {[info exists pattern] ? $pattern : ""}] ]
variables (scripted)
return [: info lookup slots -type ::nx::VariableSlot {*}[current args]]