[4.0]destructorsynopsis

$Revision: 1.2 $

$Date: 2002/06/11 01:19:56 $

destructorsynopsis — A syntax summary for a destructor

Synopsis

Content Model

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

Attributes

Common attributes

Name

Type

Default

language CDATA None

Description

A DestructorSynopsis contains the syntax summary of a destructor 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, destructors have an immutable name which may 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 destructorsynopsis: exceptionname, methodname, methodparam, modifier, void.