class: Method
authorClaus Gittinger <cg@exept.de>
Tue, 30 Jul 2013 15:55:40 +0200
changeset 15579 cc4c6bae6927
parent 15578 88cefb6e5d94
child 15580 4f1aa9df6162
class: Method comment/format in: #parse:with:return:or:
Method.st
--- a/Method.st	Tue Jul 30 12:56:51 2013 +0200
+++ b/Method.st	Tue Jul 30 15:55:40 2013 +0200
@@ -941,6 +941,7 @@
     "Modified (format): / 18-11-2011 / 14:47:06 / cg"
 ! !
 
+
 !Method methodsFor:'accessing-visibility'!
 
 isIgnored
@@ -2976,12 +2977,14 @@
     ^ valueIfNoSource
 
     "
+     LastParseTreeCache removeAll.
+
      (Method compiledMethodAt:#parse:return:or:)
         parse:#'parseMethodSilent:' return:#sentMessages or:#()
     "
 
     "Modified: / 01-03-2012 / 14:30:50 / cg"
-    "Modified (format): / 27-07-2012 / 18:32:58 / cg"
+    "Modified (comment): / 30-07-2013 / 15:53:41 / cg"
 !
 
 parseAnnotations
@@ -3537,6 +3540,7 @@
     "Created: / 23-07-2012 / 11:16:36 / cg"
 ! !
 
+
 !Method methodsFor:'source management'!
 
 revisionInfo
@@ -3784,11 +3788,11 @@
 !Method class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.420 2013-06-29 11:28:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.421 2013-07-30 13:55:40 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.420 2013-06-29 11:28:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.421 2013-07-30 13:55:40 cg Exp $'
 !
 
 version_SVN