constructorsynopsis

constructorsynopsis — A syntax summary for a constructor

Synopsis

Content Model

constructorsynopsis ::=

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • language

Description

A ConstructorSynopsis contains the syntax summary of a constructor in an object-oriented programming language. Unlike a MethodSynopsis, which it closely resembles, it may not identify a return type and the MethodName is optional (in some languages, constructor names can be generated automatically).

Processing expectations

For the most part, the processing application is expected to generate all of the parenthesis, semicolons, commas, and so on. required in the rendered synopsis.

Attributes

Common attributes and common linking attributes.

language

Identifies the language (i.e. programming language) of the content.

Children

The following elements occur in constructorsynopsis: exceptionname, methodname, methodparam, modifier, void.

ChangeLog

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