![]() |
![]()
| ![]() |
![]()
NAMEParse::Method::Signatures::Sig - Method Signature DESCRIPTIONRepresents the parsed method signature. ATTRIBUTESinvocantnamed_paramsA ParamCollection representing the name parameters of this signature. positional_paramsA ParamCollection representing the positional parameters of this signature. METHODShas_named_paramsPredicate returning true if this signature has named parameters. has_positional_paramsPredicate returning true if this signature has positional parameters. named_paramReturns the Param with the specified name. to_stringReturns a string representation of this signature. LICENSELicensed under the same terms as Perl itself.
|