destructorsynopsis
destructorsynopsis — A syntax summary for a destructor
Synopsis
Content Model
destructorsynopsis ::=
(modifier*,methodname?,
(methodparam+|void?),
exceptionname*)
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.
Parents
These elements contain destructorsynopsis: answer
, appendix
, application
, article
, attribution
, bibliodiv
, bibliography
, bibliomisc
, blockquote
, callout
, caution
, chapter
, citation
, citetitle
, classsynopsis
, constraintdef
, emphasis
, entry
, example
, figure
, firstterm
, footnote
, foreignphrase
, glossary
, glossdef
, glossdiv
, glosssee
, glossseealso
, glossterm
, important
, index
, indexdiv
, informalexample
, informalfigure
, itemizedlist
, lineannotation
, link
, listitem
, literallayout
, lotentry
, member
, msgaud
, msgexplan
, msgtext
, note
, olink
, orderedlist
, para
, partintro
, phrase
, preface
, procedure
, productname
, programlisting
, qandadiv
, qandaset
, question
, quote
, refentrytitle
, refsect1
, refsect2
, refsect3
, refsection
, refsynopsisdiv
, remark
, revdescription
, screen
, screeninfo
, sect1
, sect2
, sect3
, sect4
, sect5
, section
, seg
, setindex
, sidebar
, simpara
, simplesect
, step
, synopsis
, taskprerequisites
, taskrelated
, tasksummary
, td
, term
, termdef
, th
, tip
, tocback
, tocentry
, tocfront
, ulink
, variablelist
, warning
.
Children
The following elements occur in destructorsynopsis: exceptionname
, methodname
, methodparam
, modifier
, void
.