CodeGeneratorTool.st
branchjv
changeset 13170 c9b815af5777
parent 12431 9f0c59c742d5
parent 12877 56aee4c5bb78
child 13325 e94642d9a685
equal deleted inserted replaced
12819:0ce340e972c4 13170:c9b815af5777
   246 createAcceptVisitorMethodIn:aClass
   246 createAcceptVisitorMethodIn:aClass
   247     "create an acceptVisitor: method
   247     "create an acceptVisitor: method
   248      (I'm tired of typing)"
   248      (I'm tired of typing)"
   249 
   249 
   250     ^ self new createAcceptVisitorMethodIn:aClass
   250     ^ self new createAcceptVisitorMethodIn:aClass
       
   251 !
       
   252 
       
   253 createAspectMethodFor:anAspectSymbol in:aClass
       
   254     "create an aspect method."
       
   255 
       
   256     ^ self new createAspectMethodFor:anAspectSymbol in:aClass
   251 !
   257 !
   252 
   258 
   253 createCopyrightMethodFor:aClass
   259 createCopyrightMethodFor:aClass
   254     "add copyright method containing your/your companies
   260     "add copyright method containing your/your companies
   255      copyright template but only if not already present.
   261      copyright template but only if not already present.
  1349      (I'm tired of typing)"
  1355      (I'm tired of typing)"
  1350 
  1356 
  1351     self subclassResponsibility
  1357     self subclassResponsibility
  1352 !
  1358 !
  1353 
  1359 
       
  1360 createAspectMethodFor:anAspectSymbol in:aClass
       
  1361     "create an aspect method."
       
  1362 
       
  1363     self subclassResponsibility
       
  1364 !
       
  1365 
  1354 createCopyrightMethodFor:aClass
  1366 createCopyrightMethodFor:aClass
  1355     "add copyright method containing your/your companies
  1367     "add copyright method containing your/your companies
  1356      copyright template but only if not already present.
  1368      copyright template but only if not already present.
  1357      this is only added, if specified in the 
  1369      this is only added, if specified in the 
  1358      COPYRIGHT_TEMPLATE_FILE resources."
  1370      COPYRIGHT_TEMPLATE_FILE resources."
  1694 ! !
  1706 ! !
  1695 
  1707 
  1696 !CodeGeneratorTool class methodsFor:'documentation'!
  1708 !CodeGeneratorTool class methodsFor:'documentation'!
  1697 
  1709 
  1698 version
  1710 version
  1699     ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.100 2012-10-15 20:17:19 cg Exp $'
  1711     ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.101 2013-06-07 12:05:11 cg Exp $'
  1700 !
  1712 !
  1701 
  1713 
  1702 version_CVS
  1714 version_CVS
  1703     ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.100 2012-10-15 20:17:19 cg Exp $'
  1715     ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.101 2013-06-07 12:05:11 cg Exp $'
  1704 !
  1716 !
  1705 
  1717 
  1706 version_HG
  1718 version_HG
  1707 
  1719 
  1708     ^ '$Changeset: <not expanded> $'
  1720     ^ '$Changeset: <not expanded> $'