GroovyCompiler.st
changeset 2496 5d0b1c6e4256
parent 2494 078fe8f0ddad
child 2566 f1cea8b752ba
child 2678 c865275e48a7
equal deleted inserted replaced
2495:5f36daadd04a 2496:5d0b1c6e4256
   169 
   169 
   170     requestor class == SourceFileLoader ifTrue:[
   170     requestor class == SourceFileLoader ifTrue:[
   171         ^Compiler compile:source in: class notifying: requestor ifFail: block
   171         ^Compiler compile:source in: class notifying: requestor ifFail: block
   172     ].
   172     ].
   173 
   173 
   174     self error:'Not yet supported'.
   174     self shouldImplement.
   175 
   175 
   176     "Created: / 04-09-2012 / 23:56:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   176     "Created: / 04-09-2012 / 23:56:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   177 ! !
   177 ! !
   178 
   178 
   179 !GroovyCompiler methodsFor:'error reporting'!
   179 !GroovyCompiler methodsFor:'error reporting'!
   255     "Created: / 18-02-2012 / 19:14:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   255     "Created: / 18-02-2012 / 19:14:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   256 ! !
   256 ! !
   257 
   257 
   258 !GroovyCompiler class methodsFor:'documentation'!
   258 !GroovyCompiler class methodsFor:'documentation'!
   259 
   259 
       
   260 version
       
   261     ^ '$Header: /cvs/stx/stx/libjava/GroovyCompiler.st,v 1.4 2013-04-11 09:35:13 stefan Exp $'
       
   262 !
       
   263 
   260 version_CVS
   264 version_CVS
   261     ^ '$Header: /cvs/stx/stx/libjava/GroovyCompiler.st,v 1.3 2013-04-11 09:10:14 stefan Exp $'
   265     ^ '$Header: /cvs/stx/stx/libjava/GroovyCompiler.st,v 1.4 2013-04-11 09:35:13 stefan Exp $'
   262 !
   266 !
   263 
   267 
   264 version_HG
   268 version_HG
   265 
   269 
   266     ^ '§Changeset: <not expanded> §'
   270     ^ '§Changeset: <not expanded> §'