MethodChange.st
branchjv
changeset 3125 08d6603c4fe9
parent 3095 5843e7139014
child 3128 87750af738dc
equal deleted inserted replaced
3101:f8e4d06048d2 3125:08d6603c4fe9
   396     ^ '(' , className , ' compiledMethodAt:' , selector asSymbol storeString, ')'
   396     ^ '(' , className , ' compiledMethodAt:' , selector asSymbol storeString, ')'
   397 
   397 
   398     "Created: / 09-10-2006 / 13:58:09 / cg"
   398     "Created: / 09-10-2006 / 13:58:09 / cg"
   399 ! !
   399 ! !
   400 
   400 
       
   401 
   401 !MethodChange methodsFor:'testing'!
   402 !MethodChange methodsFor:'testing'!
   402 
   403 
   403 isMethodChange
   404 isMethodChange
   404     "true if this is a method related change"
   405     "true if this is a method related change"
   405 
   406 
   472 
   473 
   473 version_CVS
   474 version_CVS
   474     ^ '§Header: /cvs/stx/stx/libbasic3/MethodChange.st,v 1.68 2012/10/30 14:25:11 cg Exp §'
   475     ^ '§Header: /cvs/stx/stx/libbasic3/MethodChange.st,v 1.68 2012/10/30 14:25:11 cg Exp §'
   475 !
   476 !
   476 
   477 
       
   478 version_HG
       
   479 
       
   480     ^ '$Changeset: <not expanded> $'
       
   481 !
       
   482 
   477 version_SVN
   483 version_SVN
   478     ^ '$Id: MethodChange.st 1981 2012-11-30 17:20:01Z vranyj1 $'
   484     ^ '$Id: MethodChange.st 1981 2012-11-30 17:20:01Z vranyj1 $'
   479 ! !
   485 ! !
       
   486