ParseTreeIndex.st
changeset 14507 10775bc746c4
parent 14192 5784c7eaf4a9
child 15171 8615930c22ef
--- a/ParseTreeIndex.st	Sun Jun 15 14:02:29 2014 +0200
+++ b/ParseTreeIndex.st	Sun Jun 15 14:03:08 2014 +0200
@@ -213,6 +213,10 @@
     ^ node endPosition
 
     "Modified: / 16-02-2012 / 20:56:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+value
+    ^node name
 ! !
 
 !ParseTreeIndex::Element methodsFor:'comparing'!
@@ -310,10 +314,10 @@
 !ParseTreeIndex class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ParseTreeIndex.st,v 1.4 2014-04-09 07:56:45 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ParseTreeIndex.st,v 1.5 2014-06-15 12:03:08 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/ParseTreeIndex.st,v 1.4 2014-04-09 07:56:45 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ParseTreeIndex.st,v 1.5 2014-06-15 12:03:08 cg Exp $'
 ! !