ExecutableFunction.st
branchjv
changeset 17763 019bb9c842c5
parent 17740 55fb39bdf20e
child 17767 a4a32df3aa5e
equal deleted inserted replaced
17762:6eb4414e6a31 17763:019bb9c842c5
   237 
   237 
   238     "Created: / 16.4.1996 / 20:13:32 / cg"
   238     "Created: / 16.4.1996 / 20:13:32 / cg"
   239     "Modified: / 13.11.1998 / 23:16:32 / cg"
   239     "Modified: / 13.11.1998 / 23:16:32 / cg"
   240 !
   240 !
   241 
   241 
       
   242 isInstrumented
       
   243     "return true, if this is an instrumented method.
       
   244      False is returned here - this method is redefined in InstrumentedMethod"
       
   245 
       
   246     ^ false
       
   247 
       
   248     "Created: / 27-04-2010 / 12:26:05 / cg"
       
   249 !
       
   250 
   242 isInvalid
   251 isInvalid
   243     "return true, if this codeObject is invalidated.
   252     "return true, if this codeObject is invalidated.
   244      Return false here, to alow alien codeObjects to be handled by the
   253      Return false here, to alow alien codeObjects to be handled by the
   245      browsers."
   254      browsers."
   246 
   255 
   402 ! !
   411 ! !
   403 
   412 
   404 !ExecutableFunction class methodsFor:'documentation'!
   413 !ExecutableFunction class methodsFor:'documentation'!
   405 
   414 
   406 version
   415 version
   407     ^ '$Id: ExecutableFunction.st 10487 2009-12-27 19:02:18Z vranyj1 $'
   416     ^ '$Id: ExecutableFunction.st 10520 2010-05-04 11:50:05Z vranyj1 $'
   408 !
   417 !
   409 
   418 
   410 version_SVN
   419 version_SVN
   411     ^ '$Id: ExecutableFunction.st 10487 2009-12-27 19:02:18Z vranyj1 $'
   420     ^ '$Id: ExecutableFunction.st 10520 2010-05-04 11:50:05Z vranyj1 $'
   412 ! !
   421 !
       
   422 
       
   423 version_CVS
       
   424     ^ 'Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.56 2010/04/27 10:26:12 cg Exp ยง'
       
   425 ! !
       
   426