ParseTreeIndex.st
changeset 14507 10775bc746c4
parent 14192 5784c7eaf4a9
child 15171 8615930c22ef
equal deleted inserted replaced
14506:1a4bcb9cf4fb 14507:10775bc746c4
   211 
   211 
   212 stop
   212 stop
   213     ^ node endPosition
   213     ^ node endPosition
   214 
   214 
   215     "Modified: / 16-02-2012 / 20:56:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   215     "Modified: / 16-02-2012 / 20:56:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   216 !
       
   217 
       
   218 value
       
   219     ^node name
   216 ! !
   220 ! !
   217 
   221 
   218 !ParseTreeIndex::Element methodsFor:'comparing'!
   222 !ParseTreeIndex::Element methodsFor:'comparing'!
   219 
   223 
   220 < anObject
   224 < anObject
   308 ! !
   312 ! !
   309 
   313 
   310 !ParseTreeIndex class methodsFor:'documentation'!
   314 !ParseTreeIndex class methodsFor:'documentation'!
   311 
   315 
   312 version
   316 version
   313     ^ '$Header: /cvs/stx/stx/libtool/ParseTreeIndex.st,v 1.4 2014-04-09 07:56:45 vrany Exp $'
   317     ^ '$Header: /cvs/stx/stx/libtool/ParseTreeIndex.st,v 1.5 2014-06-15 12:03:08 cg Exp $'
   314 !
   318 !
   315 
   319 
   316 version_CVS
   320 version_CVS
   317     ^ '$Header: /cvs/stx/stx/libtool/ParseTreeIndex.st,v 1.4 2014-04-09 07:56:45 vrany Exp $'
   321     ^ '$Header: /cvs/stx/stx/libtool/ParseTreeIndex.st,v 1.5 2014-06-15 12:03:08 cg Exp $'
   318 ! !
   322 ! !
   319 
   323