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

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

Represents the parsed method signature.

A ParamCollection representing the name parameters of this signature.

A ParamCollection representing the positional parameters of this signature.

Predicate returning true if this signature has named parameters.

Predicate returning true if this signature has positional parameters.

Returns the Param with the specified name.

Returns a string representation of this signature.

Licensed under the same terms as Perl itself.

2017-04-01 perl v5.34.0