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

 

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

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

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

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

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

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

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



Parse::Method::Signatures::Param(3)  User Contributed Perl Documentation Parse::Method::Signatures::Param(3)



NAME
       Parse::Method::Signatures::Param - a parsed parameter from a signature

ATTRIBUTES
       All attributes of this class are read-only.

   required
       Is this parameter required (true) or optional (false)?

   sigil
       The effective sigil ('$', '@' or '%') of this parameter.

   type_constraints
           Type: Parse::Method::Signatures::TypeConstraint

           Predicate: has_type_constraints

       Representation of the type constraint for this parameter. Most commonly you will just call
       "meta_type_constraint" and not access this attribute directly.

   default_value
           Type: Str

           Predicate: has_default_value

       A string that should be eval'd or injected to get the default value for this parameter. For example:

        $name = 'bar'

       Would give a default_value of "'bar'".

   constraints
           Type: ArrayRef[Str]

           Predicate: has_constraints

       "where" constraints for this type. Each member of the array a the string (including enclosing braces)
       of the where constraint block.

   param_traits
           Type: ArrayRef[ Tupple[Str,Str] ]

           Predicate: has_traits

       Traits that this parameter is declared to have. For instance

        $foo does coerce

       would have a trait of

        ['does', 'coerce']

METHODS
   to_string
   meta_type_constraint
       Get the Moose::Meta::TypeConstraint for this parameter. Check first that the type has a type
       constraint:

        $tc = $param->meta_type_constraint if $param->has_type_constraints;

SEE ALSO
       Parse::Method::Signatures.

AUTHORS
       Ash Berlin <ash@cpan.org>.

       Florian Ragwitz <rafl@debian.org>.

LICENSE
       Licensed under the same terms as Perl itself.



perl v5.16.2                                     2011-09-09              Parse::Method::Signatures::Param(3)

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

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

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