SmalltalkCodeGeneratorTool.st
changeset 14700 37395f593258
parent 14696 e74967e679d4
child 15003 95e259bc509f
equal deleted inserted replaced
14699:137e66a21c57 14700:37395f593258
  2625     ].
  2625     ].
  2626     super update:something with:aParameter from:changedObject
  2626     super update:something with:aParameter from:changedObject
  2627 '
  2627 '
  2628 ! !
  2628 ! !
  2629 
  2629 
       
  2630 !SmalltalkCodeGeneratorTool methodsFor:'compilation'!
       
  2631 
       
  2632 compilerClass
       
  2633     "Return a real compiler classto use to compile code"
       
  2634 
       
  2635     ^ Compiler
       
  2636 
       
  2637     "Created: / 05-08-2014 / 21:03:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
  2638 ! !
       
  2639 
  2630 !SmalltalkCodeGeneratorTool methodsFor:'private'!
  2640 !SmalltalkCodeGeneratorTool methodsFor:'private'!
  2631 
  2641 
  2632 codeFor_shouldImplementFor:selector inClass:aClass
  2642 codeFor_shouldImplementFor:selector inClass:aClass
  2633     "used in the 'generate required protocol' to generate a shouldImplement-sending
  2643     "used in the 'generate required protocol' to generate a shouldImplement-sending
  2634      method for each subclassClassresponsibility method above aClass."
  2644      method for each subclassClassresponsibility method above aClass."
  2694 ! !
  2704 ! !
  2695 
  2705 
  2696 !SmalltalkCodeGeneratorTool class methodsFor:'documentation'!
  2706 !SmalltalkCodeGeneratorTool class methodsFor:'documentation'!
  2697 
  2707 
  2698 version
  2708 version
  2699     ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.28 2014-08-05 15:23:30 vrany Exp $'
  2709     ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.29 2014-08-05 20:07:57 vrany Exp $'
  2700 !
  2710 !
  2701 
  2711 
  2702 version_CVS
  2712 version_CVS
  2703     ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.28 2014-08-05 15:23:30 vrany Exp $'
  2713     ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.29 2014-08-05 20:07:57 vrany Exp $'
  2704 !
  2714 !
  2705 
  2715 
  2706 version_SVN
  2716 version_SVN
  2707     ^ '$Id: SmalltalkCodeGeneratorTool.st,v 1.28 2014-08-05 15:23:30 vrany Exp $'
  2717     ^ '$Id: SmalltalkCodeGeneratorTool.st,v 1.29 2014-08-05 20:07:57 vrany Exp $'
  2708 ! !
  2718 ! !
  2709 
  2719