class: MethodFinder
authorClaus Gittinger <cg@exept.de>
Sat, 07 Feb 2015 16:38:51 +0100
changeset 3773 6e1038b06ec1
parent 3772 399ff1b46d41
child 3774 927ab9fa567e
class: MethodFinder changed: #initialize2
MethodFinder.st
--- a/MethodFinder.st	Fri Feb 06 16:39:14 2015 +0100
+++ b/MethodFinder.st	Sat Feb 07 16:38:51 2015 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libbasic3' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#MethodFinder
 	instanceVariableNames:'data answers selector argMap thisData mapStage mapList
 		expressions cachedClass cachedArgNum cachedSelectorLists'
@@ -910,7 +912,7 @@
     "queries"
         bitsPerCharacter
     "testing" 
-        isAlphaNumeric isDigit isLetter isLowercase isSafeForHTTP isSeparator isSpecial 
+        isAlphaNumeric isDigit isLetter isLetterOrUnderline isLowercase isSafeForHTTP isSeparator isSpecial 
         isUppercase isVowel tokenish isNationalAlphaNumeric isNationalDigit isNationalLetter
     "copying"
     "converting" 
@@ -1667,10 +1669,10 @@
 !MethodFinder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.43 2014-12-29 15:07:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.44 2015-02-07 15:38:51 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.43 2014-12-29 15:07:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.44 2015-02-07 15:38:51 cg Exp $'
 ! !