SmallSense__ParseTreeIndexEntry.st
changeset 116 8374ecd10237
parent 110 5ee9a90dbed5
child 217 6ff466b83ff9
--- a/SmallSense__ParseTreeIndexEntry.st	Wed Oct 02 02:43:57 2013 +0100
+++ b/SmallSense__ParseTreeIndexEntry.st	Wed Oct 02 12:29:25 2013 +0100
@@ -85,10 +85,10 @@
 !
 
 name
-    ^node isVariable ifTrue:[node token] ifFalse:[nil]
+    ^node isVariable ifTrue:[node name] ifFalse:[nil]
 
     "Created: / 01-07-2013 / 21:56:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 26-09-2013 / 02:01:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 02-10-2013 / 12:22:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 next