class: ParseTreeIndex
authorClaus Gittinger <cg@exept.de>
Sun, 15 Jun 2014 14:03:08 +0200
changeset 14507 10775bc746c4
parent 14506 1a4bcb9cf4fb
child 14508 268012bb76c1
class: ParseTreeIndex added #value for syntaxElement compatibility
ParseTreeIndex.st
--- 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 $'
 ! !