SmallSense__ParseTreeIndex.st
branchcvs_MAIN
changeset 1076 5e30a2e57cbc
parent 1022 99cf70c433b9
equal deleted inserted replaced
1074:d6e340b272f3 1076:5e30a2e57cbc
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2006 by eXept Software AG
     4  COPYRIGHT (c) 2006 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
   100 ! !
   102 ! !
   101 
   103 
   102 !ParseTreeIndex methodsFor:'inspecting'!
   104 !ParseTreeIndex methodsFor:'inspecting'!
   103 
   105 
   104 inspector2TabParseTreeInspector
   106 inspector2TabParseTreeInspector
       
   107     <inspector2Tab>
       
   108 
   105     ^ (self newInspector2Tab)
   109     ^ (self newInspector2Tab)
   106         label:'Parse Tree';
   110         label:'Parse Tree';
   107         priority:35;
   111         priority:35;
   108         application:
   112         application:
   109             [
   113             [
   111             ];
   115             ];
   112         yourself
   116         yourself
   113 
   117 
   114     "Created: / 09-04-2014 / 09:31:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   118     "Created: / 09-04-2014 / 09:31:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   115     "Modified: / 10-04-2014 / 08:58:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   119     "Modified: / 10-04-2014 / 08:58:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   116 !
   120     "Modified: / 15-09-2018 / 09:34:16 / Claus Gittinger"
   117 
       
   118 inspector2Tabs
       
   119     ^ super inspector2Tabs , #(inspector2TabParseTreeInspector)
       
   120 
       
   121     "Created: / 09-04-2014 / 09:32:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   122     "Modified: / 10-04-2014 / 08:47:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   123 ! !
   121 ! !
   124 
   122 
   125 !ParseTreeIndex methodsFor:'utilities'!
   123 !ParseTreeIndex methodsFor:'utilities'!
   126 
   124 
   127 newElementFor: aParseNode
   125 newElementFor: aParseNode