New feature: proper object lifecycle protocol; init and teardown fragments.
[sod] / src / sod-module.5
index bdb13e5..86c29f8 100644 (file)
@@ -542,6 +542,8 @@ class-definition
 .|
 .I initializer-item
 .|
+.I fragment-item
+.|
 .I message-item
 .|
 .I method-item
@@ -575,6 +577,19 @@ class-definition
 ::=
 .I c-fragment
 .br
+.I fragment-item
+::=
+.I fragment-kind
+.B {
+.I c-fragment
+.B }
+.br
+.I fragment-kind
+::=
+.B init
+|
+.B teardown
+.br
 .I message-item
 ::=
 .<