Tools__TagsBrowser.st
branchjv
changeset 15773 81a2184a58d7
parent 15566 184cea584be5
parent 15772 fd21f08c74ff
child 15787 7b974ea37d2f
equal deleted inserted replaced
15769:b62e96d5d327 15773:81a2184a58d7
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2002 by eXept Software AG
     4  COPYRIGHT (c) 2002 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
  2484     "Created: / 07-05-2011 / 15:38:20 / cg"
  2486     "Created: / 07-05-2011 / 15:38:20 / cg"
  2485 !
  2487 !
  2486 
  2488 
  2487 tagForFunction:functionName
  2489 tagForFunction:functionName
  2488     ^ tagList tagForFunction:functionName
  2490     ^ tagList tagForFunction:functionName
       
  2491 !
       
  2492 
       
  2493 tagForType:typeName
       
  2494     ^ tagList tagForType:typeName
  2489 ! !
  2495 ! !
  2490 
  2496 
  2491 !TagsBrowser methodsFor:'hooks for embedding'!
  2497 !TagsBrowser methodsFor:'hooks for embedding'!
  2492 
  2498 
  2493 tagListGenerator:aBlockOrValueHolder
  2499 tagListGenerator:aBlockOrValueHolder
  2969 ! !
  2975 ! !
  2970 
  2976 
  2971 !TagsBrowser class methodsFor:'documentation'!
  2977 !TagsBrowser class methodsFor:'documentation'!
  2972 
  2978 
  2973 version
  2979 version
  2974     ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.61 2015-02-11 12:19:35 cg Exp $'
  2980     ^ '$Header$'
  2975 !
  2981 !
  2976 
  2982 
  2977 version_CVS
  2983 version_CVS
  2978     ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.61 2015-02-11 12:19:35 cg Exp $'
  2984     ^ '$Header$'
  2979 !
  2985 !
  2980 
  2986 
  2981 version_SVN
  2987 version_SVN
  2982     ^ '$Id: Tools__TagsBrowser.st,v 1.61 2015-02-11 12:19:35 cg Exp $'
  2988     ^ '$Id$'
  2983 ! !
  2989 ! !
  2984 
  2990