#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:04:33 +0100
changeset 20797 7c5592a95e76
parent 20796 3ab5f54fa968
child 20798 47754fe46c8c
#DOCUMENTATION by cg class: ExecutableFunction comment/format in: #referencesGlobal: #referencesGlobalMatching: #referencesLiteral: #refersToLiteralMatching:
ExecutableFunction.st
--- a/ExecutableFunction.st	Fri Nov 04 16:04:16 2016 +0100
+++ b/ExecutableFunction.st	Fri Nov 04 16:04:33 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
@@ -386,7 +384,7 @@
 referencesGlobal:aGlobalSymbol
     "return true, if this method references the global
      bound to aGlobalSymbol.
-     Return false (we dont know) here, to allow alien code objects to be
+     Return false (we don't know) here, to allow alien code objects to be
      handled by the browsers."
 
     ^ false
@@ -397,7 +395,7 @@
 referencesGlobalMatching:aMatchPattern
     "return true, if this method references a global
      whose name matches aMatchPattern.
-     Return false (we dont know) here, to allow alien code objects to be
+     Return false (we don't know) here, to allow alien code objects to be
      handled by the browsers."
 
     ^ false
@@ -407,7 +405,7 @@
 
 referencesLiteral:aLiteral
     "return true, if this executable references the literal directly (i.e. a flat search).
-     Return false (we dont know) here, to allow alien code objects to be
+     Return false (we don't know) here, to allow alien code objects to be
      handled by the browsers."
 
     ^ false
@@ -428,7 +426,7 @@
 refersToLiteralMatching:aMatchPattern
     "return true if the receiver or recursively any array element in the
      receiver is symbolic and matches aMatchPattern (i.e. a deep search).
-     Return false (we dont know) here, to allow alien code objects to be
+     Return false (we don't know) here, to allow alien code objects to be
      handled by the browsers."
 
     ^ false