class

Param

const class Param : Obj

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

methods hasDefault

Return if this parameter has a default value

name

Name of the parameter

toStr

Return "$type $name"

type

Type of the parameter

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.

toStr virtual Str toStr()

Return "$type $name"

type Type type()

Type of the parameter.

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT