C# Class Rakudo.Runtime.Signature

Represents a signature.
Mostrar archivo Open project: jnthn/6model

Public Properties

Property Type Description
Parameters Rakudo.Runtime.Parameter[]

Public Methods

Method Description
Signature ( Parameter Parameters ) : System

Creates a new Signature object instance.

Private Methods

Method Description
HasSlurpyPositional ( ) : bool

Do we have a slurpy positional parameter?

Method Details

Signature() public method

Creates a new Signature object instance.
public Signature ( Parameter Parameters ) : System
Parameters Parameter
return System

Property Details

Parameters public_oe property

The parameters we have.
public Parameter[],Rakudo.Runtime Parameters
return Rakudo.Runtime.Parameter[]