Tools_MethodCategoryList.st
changeset 11875 276c565756ed
parent 11865 8f5b3656de91
child 11913 71a4233927ca
equal deleted inserted replaced
11874:29fac41ec346 11875:276c565756ed
    53  only in accordance with the terms of that license and with the
    53  only in accordance with the terms of that license and with the
    54  inclusion of the above copyright notice.   This software may not
    54  inclusion of the above copyright notice.   This software may not
    55  be provided or otherwise made available to, or used by, any
    55  be provided or otherwise made available to, or used by, any
    56  other person.  No title to or ownership of the software is
    56  other person.  No title to or ownership of the software is
    57  hereby transferred.
    57  hereby transferred.
       
    58 "
       
    59 !
       
    60 
       
    61 documentation
       
    62 "
       
    63     I implement the method category (= protocol) list in the new system browser
    58 "
    64 "
    59 ! !
    65 ! !
    60 
    66 
    61 !MethodCategoryList class methodsFor:'initialization'!
    67 !MethodCategoryList class methodsFor:'initialization'!
    62 
    68 
  2049 ! !
  2055 ! !
  2050 
  2056 
  2051 !MethodCategoryList class methodsFor:'documentation'!
  2057 !MethodCategoryList class methodsFor:'documentation'!
  2052 
  2058 
  2053 version
  2059 version
  2054     ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.83 2012-10-20 13:49:14 cg Exp $'
  2060     ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.84 2012-10-20 19:38:11 cg Exp $'
  2055 !
  2061 !
  2056 
  2062 
  2057 version_CVS
  2063 version_CVS
  2058     ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.83 2012-10-20 13:49:14 cg Exp $'
  2064     ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.84 2012-10-20 19:38:11 cg Exp $'
  2059 ! !
  2065 ! !
  2060 
  2066 
  2061 MethodCategoryList initialize!
  2067 MethodCategoryList initialize!
  2062 MethodCategoryList::CachedMethodInfo initialize!
  2068 MethodCategoryList::CachedMethodInfo initialize!