#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Fri, 29 Apr 2016 11:47:58 +0200
changeset 16356 52d397cec7b9
parent 16355 b680900382b8
child 16357 73d4d7a9a109
#REFACTORING by cg class: CodeGeneratorTool
CodeGeneratorTool.st
--- 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