methodparam — Parameters to a method
methodparam ::=
type
?funcparams
Common attributes and common linking attributes.
Additional attributes:
In the syntax summary of a ConstructorSynopsis
,
DestructorSynopsis
, or
MethodSynopsis
,
MethodParam
provides the description of a parameter to the
method. Typically, this includes the data type of the parameter
and its name, but may also include an initial value and other modifiers.
Formatted inline.
For a complete description of the processing expectations,
see ClassSynopsis
.
Common attributes and common linking attributes.
FIXME:
Enumerated values: | |
---|---|
“opt” | FIXME: |
“plain” | FIXME: |
“req” | FIXME: |
FIXME:
Enumerated values: | |
---|---|
“norepeat” | FIXME: |
“repeat” | FIXME: |
The following elements occur in methodparam: funcparams
, initializer
, modifier
, parameter
, type
.