SmallSense__SmalltalkParseNodeFinder.st
changeset 107 abe4dc4fe5ca
parent 104 3b05b2d777dd
child 157 c71d2e62ece2
child 174 3e08d765d86f
--- a/SmallSense__SmalltalkParseNodeFinder.st	Thu Sep 26 09:36:14 2013 +0100
+++ b/SmallSense__SmalltalkParseNodeFinder.st	Thu Sep 26 13:26:46 2013 +0100
@@ -31,7 +31,7 @@
 
     position := pos - 1.
     self visit: tree.
-    ^ParseNodePosition node: match ? previous position: pos.
+    ^CompletionContext node: match ? previous position: pos.
 
     "Created: / 26-11-2011 / 15:37:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 24-09-2013 / 22:29:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"