init
attribute (also taking
"yes
" / "no
") specifies whether this is
the designated constructor. An optional override
- attribute specifies whether this method should be overridden
- (if "yes" enter "subclass
", if "no" enter
- "never
").
+ attribute specifies whether this method should be overridden.
+ If it must be overridden enter "subclass
",
+ if it must not be overridden enter never
",
+ if it is an empty/dummy implementation which is intended to be
+ overridden enter dummy, otherwise (for most methods
+ which may be but are not particularly designed to be overridden)
+ leave this attribute unset.
The elements in a <method>
are -
the method's name (in a sel element), the