methodparam

methodparam — Parameters to a method

Synopsis

Content Model

methodparam ::=

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • choice (enumeration)
    • “opt”
    • “plain”
    • “req”
  • rep (enumeration)
    • “norepeat”
    • “repeat”

Description

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.

Processing expectations

Formatted inline. For a complete description of the processing expectations, see ClassSynopsis.

Attributes

Common attributes and common linking attributes.

choice

FIXME:

Enumerated values:

opt

FIXME:

plain

FIXME:

req

FIXME:

rep

FIXME:

Enumerated values:

norepeat

FIXME:

repeat

FIXME:

Children

The following elements occur in methodparam: funcparams, initializer, modifier, parameter, type.

ChangeLog

This alpha reference page is $Revision: 1.3 $ published $Date: 2005/07/07 16:41:06 $.