Fantom

 

final class

sys::Param

sys::Obj
  sys::Param

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

Slots

hasDefaultSource

Bool hasDefault()

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

nameSource

Str name()

Name of the parameter.

typeSource

Type type()

Type of the parameter.