constructorsynopsis

Name

constructorsynopsis -- synopsis for an object constructor method

Content Model

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

Description

constructorsynopsis elements hold synopses for object constructor methods. The parent node is classsynopsis, or refsynopsisdiv.

Attributes

constructorsynopsis elements have no attributes.

Formatting Expectations

Format in fixed width font. Surround the parameter list with parentheses, separating parameters with commas, finishing with a semicolon.