ExecutableFunction.st
changeset 14257 b971b4b2318a
parent 12898 1801994138bd
child 16263 881e5090c287
child 18011 deb0c3355881
equal deleted inserted replaced
14256:45d30f2f4724 14257:b971b4b2318a
   375     ^ false
   375     ^ false
   376 
   376 
   377     "Modified: / 18.8.2000 / 21:18:03 / cg"
   377     "Modified: / 18.8.2000 / 21:18:03 / cg"
   378 !
   378 !
   379 
   379 
       
   380 refersToLiteralMatching:aMatchPattern
       
   381     "return true if the receiver or recursively any array element in the
       
   382      receiver is symbolic and matches aMatchPattern (i.e. a deep search).
       
   383      Return false (we dont know) here, to allow alien code objects to be
       
   384      handled by the browsers."
       
   385 
       
   386     ^ false
       
   387 
       
   388     "Modified: / 18-08-2000 / 21:18:03 / cg"
       
   389     "Created: / 26-07-2012 / 15:38:26 / cg"
       
   390 !
       
   391 
   380 resources
   392 resources
   381     ^ nil
   393     ^ nil
   382 
   394 
   383     "Created: / 3.11.1997 / 09:09:01 / cg"
   395     "Created: / 3.11.1997 / 09:09:01 / cg"
   384 !
   396 !
   402 ! !
   414 ! !
   403 
   415 
   404 !ExecutableFunction class methodsFor:'documentation'!
   416 !ExecutableFunction class methodsFor:'documentation'!
   405 
   417 
   406 version
   418 version
   407     ^ '$Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.56 2010-04-27 10:26:12 cg Exp $'
   419     ^ '$Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.57 2012-07-26 14:34:24 cg Exp $'
   408 !
   420 !
   409 
   421 
   410 version_CVS
   422 version_CVS
   411     ^ '$Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.56 2010-04-27 10:26:12 cg Exp $'
   423     ^ '$Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.57 2012-07-26 14:34:24 cg Exp $'
   412 ! !
   424 ! !