Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства для  версии 10.9 Mac OS X

Если Вы выполняете различную версию  Mac OS X, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.



find(n)                                          [incr Tcl]                                          find(n)



____________________________________________________________________________________________________________

NAME
       find - search for classes and objects

SYNOPSIS
       itcl::find option ?arg arg ...?
____________________________________________________________________________________________________________


DESCRIPTION
       The  find  command is used to find classes and objects that are available in the current interpreter.
       Classes and objects are reported first in the active namespace, then in all other namespaces  in  the
       interpreter.

       The  option  argument determines what action is carried out by the command.  The legal options (which
       may be abbreviated) are:

       find classes ?pattern?
              Returns a list of [incr Tcl] classes.  Classes in the current namespace are listed first, fol-lowed followed
              lowed by classes in all other namespaces in the interpreter.  If the optional pattern is spec-ified, specified,
              ified, then the reported names are compared using the rules of the "string match" command, and
              only matching names are reported.

              If  a  class  resides  in  the  current  namespace  context,  this  command reports its simple
              name--without any qualifiers.  However, if the pattern contains :: qualifiers, or if the class
              resides in another context, this command reports its fully-qualified name.  Therefore, you can
              use the following command to obtain a list where all names are fully-qualified:
              itcl::find classes ::*

       find objects ?pattern? ?-class className? ?-isa className?
              Returns a list of [incr Tcl] objects.  Objects in the current namespace are listed first, fol-lowed followed
              lowed by objects in all other namespaces in the interpreter.  If the optional pattern is spec-ified, specified,
              ified, then the reported names are compared using the rules of the "string match" command, and
              only  matching names are reported.  If the optional "-class" parameter is specified, this list
              is restricted to objects whose most-specific class  is  className.   If  the  optional  "-isa"
              parameter  is specified, this list is further restricted to objects having the given className
              anywhere in their heritage.

              If an object resides in the  current  namespace  context,  this  command  reports  its  simple
              name--without  any  qualifiers.   However,  if  the  pattern contains :: qualifiers, or if the
              object resides in another context, this command reports its fully-qualified name.   Therefore,
              you can use the following command to obtain a list where all names are fully-qualified:
              itcl::find objects ::*


KEYWORDS
       class, object, search, import



itcl                                                 3.0                                             find(n)

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации к проекту Tcl.
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API к Apple через Генератор отчетов Ошибки и к проекту Tcl через их страницу создания отчетов ошибки.
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.