CustomSimpleGetterMethodsCodeGenerator.st
changeset 628 6f639016753b
parent 616 25ce77b7b23e
child 635 9edd6a278835
--- a/CustomSimpleGetterMethodsCodeGenerator.st	Tue Aug 12 11:21:19 2014 +0100
+++ b/CustomSimpleGetterMethodsCodeGenerator.st	Fri Aug 22 19:09:38 2014 +0100
@@ -16,6 +16,19 @@
     "Modified: / 11-05-2014 / 16:37:33 / Jakub Nesveda <nesvejak@fit.cvut.cz>"
 !
 
+group
+    "Returns a collection strings describing a group to which
+     receiver belongs. A groups may be nested hence the array of
+     strings. For example for subgroup 'Accessors' in group 'Generators'
+     this method should return #('Generators' 'Accessors')."
+
+    "/ By default return an empty array which means the item will appear
+    "/ in top-level group.
+    ^ #('Accessors' 'Getters')
+
+    "Created: / 22-08-2014 / 18:56:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 label
 
     ^ 'Getter Method(s)'