ParseNode.st
changeset 3300 72280566f178
parent 3296 36bcb09481fc
child 3315 b4e70ea35630
--- a/ParseNode.st	Wed Aug 28 13:07:15 2013 +0200
+++ b/ParseNode.st	Wed Aug 28 21:17:50 2013 +0200
@@ -133,6 +133,14 @@
     parenthized := aBoolean
 !
 
+selectorPartPositions:selectorPartPositions
+    "/ ignored here, but implemented because sent without checking 
+    "/ when parsing keyword messages to an optimized messageNode
+    "/ (which become optimized to a constantNode by the folder)
+
+    "Created: / 28-08-2013 / 21:17:22 / cg"
+!
+
 selectorPosition:aCharacterPosition
     "ignored here"
 
@@ -702,10 +710,10 @@
 !ParseNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ParseNode.st,v 1.73 2013-08-27 16:53:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ParseNode.st,v 1.74 2013-08-28 19:17:50 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/ParseNode.st,v 1.73 2013-08-27 16:53:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ParseNode.st,v 1.74 2013-08-28 19:17:50 cg Exp $'
 ! !