CodeGeneratorTool.st
changeset 16356 52d397cec7b9
parent 16248 45410319cf3b
child 16369 1090224cc0db
child 16392 b85002e0a390
--- a/CodeGeneratorTool.st	Fri Apr 29 11:47:01 2016 +0200
+++ b/CodeGeneratorTool.st	Fri Apr 29 11:47:58 2016 +0200
@@ -888,6 +888,20 @@
     "Modified: / 10-01-2015 / 06:46:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!CodeGeneratorTool class methodsFor:'utilities - source code'!
+
+methodTemplate
+    "return a method definition template string"
+
+    ^ ''
+!
+
+methodTemplateForDocumentation
+    "return a method definition template string for a documentation method"
+
+    ^ self methodTemplate
+! !
+
 !CodeGeneratorTool methodsFor:'bulk changes'!
 
 addChange:aChange