logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Parse::Method::Signatures::Sig - Method Signature

Attributes

invocantnamed_params
       A ParamCollection representing the name parameters of this signature.

   positional_params
       A ParamCollection representing the positional parameters of this signature.

Description

       Represents the parsed method signature.

License

       Licensed under the same terms as Perl itself.

perl v5.34.0                                       2022-06-16                Parse::Method::Signatures::Sig(3pm)

Methods

has_named_params
       Predicate returning true if this signature has named parameters.

   has_positional_params
       Predicate returning true if this signature has positional parameters.

   named_param
       Returns the Param with the specified name.

   to_string
       Returns a string representation of this signature.

Name

       Parse::Method::Signatures::Sig - Method Signature

See Also