This is an alpha version of this book.

[4.0]constructorsynopsis

Name

constructorsynopsis — A syntax summary for a constructor

Synopsis

Content Model

constructorsynopsis ::=
(modifier*,methodname?,
 (methodparam+|void),
 exceptionname*)

Attributes

Common attributes

Parameter Entities

The following parameter entities contain constructorsynopsis:

Parameter Entities
%admon.mix; %bookcomponent.content; %component.mix;
%divcomponent.mix; %example.mix; %figure.mix;
%footnote.mix; %glossdef.mix; %indexdivcomponent.mix;
%method.synop.class; %para.char.mix; %qandaset.mix;
%refcomponent.mix; %revdescription.mix; %sidebar.mix;
%synop.class; %tbl.entry.mdl;  

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.

Children

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

Copyright © 1999, 2000, 2001 O'Reilly & Associates, Inc.