logo

class

sys::Param

sys::Obj
  sys::Param

Param represents one parameter definition of a Func (or Method).

Slots

hasDefault

Bool hasDefault()

Return if this parameter has a default value. If true, then callers are not required to specify an argument.

name

Str name()

Name of the parameter.

of

Type of()

Type of the parameter.